summaryrefslogtreecommitdiff
path: root/app/src/main
diff options
context:
space:
mode:
authorTom Hennen <TomHennen@users.noreply.github.com>2015-07-20 19:51:55 -0400
committerTom Hennen <TomHennen@users.noreply.github.com>2015-07-20 19:51:55 -0400
commit1ee22ef91f65305fe964460ca607c8e0c1ef7482 (patch)
tree86e2eab3df23a095dfa596883c0f8565edf5e325 /app/src/main
parent7c80e79f0beeddc3eb863ccf8e073d2ed2c6e0cf (diff)
parentfd836fd0c13f7b5245db7286bd442a60a1800bfa (diff)
downloadAntennaPod-1ee22ef91f65305fe964460ca607c8e0c1ef7482.zip
Merge pull request #1013 from TomHennen/minor_search_updates
Make itunes search more prominent and fix squashed griview
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/layout/addfeed.xml56
-rw-r--r--app/src/main/res/layout/fragment_itunes_search.xml2
-rw-r--r--app/src/main/res/layout/gpodnet_podcast_list.xml2
3 files changed, 30 insertions, 30 deletions
diff --git a/app/src/main/res/layout/addfeed.xml b/app/src/main/res/layout/addfeed.xml
index 44ba781c2..dff24c650 100644
--- a/app/src/main/res/layout/addfeed.xml
+++ b/app/src/main/res/layout/addfeed.xml
@@ -15,29 +15,33 @@
android:orientation="vertical">
<TextView
- android:id="@+id/txtvFeedurl"
+ android:id="@+id/txtvPodcastDirectories"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/AntennaPod.TextView.Heading"
- android:text="@string/txtvfeedurl_label"/>
+ android:text="@string/podcastdirectories_label"/>
- <EditText
- android:id="@+id/etxtFeedurl"
+ <TextView
+ android:id="@+id/txtvPodcastDirectoriesDescr"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="4dp"
- android:hint="@string/etxtFeedurlHint"
- android:inputType="textUri"
- android:focusable="true"
- android:focusableInTouchMode="true"
- android:cursorVisible="true"/>
+ android:text="@string/podcastdirectories_descr"
+ android:textSize="@dimen/text_size_medium"
+ android:layout_marginTop="4dp"/>
<Button
- android:id="@+id/butConfirm"
+ android:id="@+id/butSearchItunes"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
- android:text="@string/confirm_label"/>
+ android:text="@string/search_itunes_label"/>
+
+ <Button
+ android:id="@+id/butBrowseGpoddernet"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="8dp"
+ android:text="@string/browse_gpoddernet_label"/>
<View
android:id="@+id/divider1"
@@ -47,34 +51,30 @@
android:background="?android:attr/listDivider"/>
<TextView
- android:id="@+id/txtvPodcastDirectories"
+ android:id="@+id/txtvFeedurl"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/divider1"
style="@style/AntennaPod.TextView.Heading"
- android:text="@string/podcastdirectories_label"/>
-
- <TextView
- android:id="@+id/txtvPodcastDirectoriesDescr"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="@string/podcastdirectories_descr"
- android:textSize="@dimen/text_size_medium"
- android:layout_marginTop="4dp"/>
+ android:text="@string/txtvfeedurl_label"/>
- <Button
- android:id="@+id/butBrowseGpoddernet"
+ <EditText
+ android:id="@+id/etxtFeedurl"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:text="@string/browse_gpoddernet_label"/>
+ android:layout_marginTop="4dp"
+ android:hint="@string/etxtFeedurlHint"
+ android:inputType="textUri"
+ android:focusable="true"
+ android:focusableInTouchMode="true"
+ android:cursorVisible="true"/>
<Button
- android:id="@+id/butSearchItunes"
+ android:id="@+id/butConfirm"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
- android:text="@string/search_itunes_label"/>
+ android:text="@string/confirm_label"/>
<View
android:id="@+id/divider2"
diff --git a/app/src/main/res/layout/fragment_itunes_search.xml b/app/src/main/res/layout/fragment_itunes_search.xml
index 17ffe349b..e57c59554 100644
--- a/app/src/main/res/layout/fragment_itunes_search.xml
+++ b/app/src/main/res/layout/fragment_itunes_search.xml
@@ -14,7 +14,7 @@ tools:context="de.danoeh.antennapod.activity.ITunesSearchActivity">
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
- android:columnWidth="200dp"
+ android:columnWidth="400dp"
android:gravity="center"
android:horizontalSpacing="8dp"
android:numColumns="auto_fit"
diff --git a/app/src/main/res/layout/gpodnet_podcast_list.xml b/app/src/main/res/layout/gpodnet_podcast_list.xml
index 05df70f31..d8b06e4f7 100644
--- a/app/src/main/res/layout/gpodnet_podcast_list.xml
+++ b/app/src/main/res/layout/gpodnet_podcast_list.xml
@@ -10,7 +10,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
- android:columnWidth="200dp"
+ android:columnWidth="400dp"
android:gravity="center"
android:horizontalSpacing="8dp"
android:numColumns="auto_fit"