summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-08 16:20:40 +0300
committerAndrew Dolgov <[email protected]>2015-06-08 16:20:40 +0300
commit6ab91236b44d8a783092c83e1999de0652c1bd4b (patch)
tree05c4ed56d886473f29eab11d2ce8934f77946776 /org.fox.ttrss/src/main/res/layout/preferences.xml
parent89baa99ea54846edd8a46bd2e8f25427eea92ce3 (diff)
preferences layout: remove unnecessary dp height
add matching material overflow icon for headlines list
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/preferences.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/preferences.xml b/org.fox.ttrss/src/main/res/layout/preferences.xml
index e030afb3..c742fc88 100755
--- a/org.fox.ttrss/src/main/res/layout/preferences.xml
+++ b/org.fox.ttrss/src/main/res/layout/preferences.xml
@@ -10,7 +10,7 @@
android:background="?android:colorBackground"
android:fitsSystemWindows="true"
android:layout_width="match_parent"
- android:layout_height="502dp"
+ android:layout_height="match_parent"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_alignParentBottom="true"