From 8b0dac05c93e9e743a22fca3596775c367041855 Mon Sep 17 00:00:00 2001 From: Tom Hennen Date: Mon, 25 Jan 2016 13:07:25 -0500 Subject: updated hint, allow multiple lines in the filter box --- app/src/main/res/layout/feedinfo.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/feedinfo.xml b/app/src/main/res/layout/feedinfo.xml index e991c243c..efc367c8b 100644 --- a/app/src/main/res/layout/feedinfo.xml +++ b/app/src/main/res/layout/feedinfo.xml @@ -316,6 +316,10 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_gravity="center" + android:lines="8" + android:minLines="1" + android:maxLines="20" + android:scrollbars="vertical" android:hint="@string/episode_filters_hint" android:focusable="true" android:focusableInTouchMode="true" -- cgit v1.2.3