summaryrefslogtreecommitdiff
path: root/res/layout-v14
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-v14')
-rw-r--r--res/layout-v14/addfeed.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/res/layout-v14/addfeed.xml b/res/layout-v14/addfeed.xml
index 5810288ab..ee8efeaee 100644
--- a/res/layout-v14/addfeed.xml
+++ b/res/layout-v14/addfeed.xml
@@ -21,6 +21,22 @@
android:hint="@string/feedurl_label"
android:inputType="textUri" />
+ <TextView
+ android:id="@+id/txtvBrowseMiroguide"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_below="@id/etxtFeedurl"
+ android:layout_margin="8dp"
+ android:text="@string/txtv_browse_miroguide_label" />
+
+ <Button
+ android:id="@+id/butBrowseMiroguide"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_below="@id/txtvBrowseMiroguide"
+ android:layout_margin="8dp"
+ android:text="@string/browse_miroguide_label" />
+
<RelativeLayout
android:id="@+id/footer"
android:layout_width="fill_parent"