summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/addfeed.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/src/main/res/layout/addfeed.xml b/app/src/main/res/layout/addfeed.xml
index 33951e060..92169e4a8 100644
--- a/app/src/main/res/layout/addfeed.xml
+++ b/app/src/main/res/layout/addfeed.xml
@@ -29,10 +29,16 @@
android:textSize="@dimen/text_size_medium"/>
<Button
- android:id="@+id/butSearchItunes"
+ android:id="@+id/butSearchCombined"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
+ android:text="Search all providers"/>
+
+ <Button
+ android:id="@+id/butSearchItunes"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
android:text="@string/search_itunes_label"/>
<Button