summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_itunes_search.xml
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2015-07-13 20:13:27 -0400
committerTom Hennen <tom.hennen@gmail.com>2015-07-13 20:13:27 -0400
commitfd836fd0c13f7b5245db7286bd442a60a1800bfa (patch)
tree6aee9ff18bdb9e3caf959909fbe2d971121e1cc0 /app/src/main/res/layout/fragment_itunes_search.xml
parent626bd2b0cb8beb8159f4d68df0c338f08415aff2 (diff)
downloadAntennaPod-fd836fd0c13f7b5245db7286bd442a60a1800bfa.zip
Make itunes search more prominent and fix squashed griview
The GridView on large devices (Nexus 6 for example) was showing iTunes and gpodder results in two columns, which was cutting off valuable information. I simply double the default size of the grid columns on the theory that on a tablet someone may still want multiple columns and that 400dp was wide enough to show the needed detail. fixes AntennaPod/AntennaPod#1012
Diffstat (limited to 'app/src/main/res/layout/fragment_itunes_search.xml')
-rw-r--r--app/src/main/res/layout/fragment_itunes_search.xml2
1 files changed, 1 insertions, 1 deletions
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"