summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-08-02 12:31:33 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-08-02 12:31:33 +0200
commit8960d85452dc851d36c80e411ce7a63020ab6efb (patch)
treea13b7eff9f17739123fca175239ab856943ba50b /res
parentc69dfff36c6cbda46b2060a8417bdea69010f82d (diff)
downloadAntennaPod-8960d85452dc851d36c80e411ce7a63020ab6efb.zip
Added button to access the Miro Guide from the AddFeedActivity
Diffstat (limited to 'res')
-rw-r--r--res/layout-v14/addfeed.xml16
-rw-r--r--res/layout/addfeed.xml16
-rw-r--r--res/values/strings.xml3
3 files changed, 35 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"
diff --git a/res/layout/addfeed.xml b/res/layout/addfeed.xml
index 016bc621f..6da8d0e1a 100644
--- a/res/layout/addfeed.xml
+++ b/res/layout/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" />
+
<LinearLayout
android:id="@+id/footer"
style="@android:style/ButtonBar"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8b10ceb1d..d6f5453e6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -159,6 +159,9 @@
<string name="sleep_timer_label">Sleep timer</string>
<string name="time_left_label">Time left:\u0020</string>
<string name="loading_categories_label">Loading categories...</string>
+ <string name="browse_miroguide_label">Browse Miro Guide</string>
+ <string name="txtv_browse_miroguide_label">Or browse the Miro Guide:</string>
+ <string name="miro_guide_label">Miro Guide</string>
</resources> \ No newline at end of file