From fd836fd0c13f7b5245db7286bd442a60a1800bfa Mon Sep 17 00:00:00 2001 From: Tom Hennen Date: Mon, 13 Jul 2015 20:13:27 -0400 Subject: 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 | 56 ++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'app/src/main/res/layout/addfeed.xml') 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"> + android:text="@string/podcastdirectories_label"/> - + android:text="@string/podcastdirectories_descr" + android:textSize="@dimen/text_size_medium" + android:layout_marginTop="4dp"/>