summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2016-01-25 13:07:25 -0500
committerTom Hennen <tom.hennen@gmail.com>2016-01-25 13:07:25 -0500
commit8b0dac05c93e9e743a22fca3596775c367041855 (patch)
tree55f9b268a1e1eb58dd0f76989a856449c24445a1 /app/src/main/res/layout
parent672c03e41a9663ecb6787047d6176c40b0deed33 (diff)
downloadAntennaPod-8b0dac05c93e9e743a22fca3596775c367041855.zip
updated hint, allow multiple lines in the filter box
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/feedinfo.xml4
1 files changed, 4 insertions, 0 deletions
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"