From fd836fd0c13f7b5245db7286bd442a60a1800bfa Mon Sep 17 00:00:00 2001 From: Tom Hennen Date: Mon, 13 Jul 2015 20:13:27 -0400 Subject: [PATCH] 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 --- app/src/main/res/layout/addfeed.xml | 74 +++++++++---------- .../res/layout/fragment_itunes_search.xml | 2 +- .../main/res/layout/gpodnet_podcast_list.xml | 2 +- 3 files changed, 39 insertions(+), 39 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 @@ -14,10 +14,47 @@ android:paddingBottom="8dp" android:orientation="vertical"> + + + + +