From 6ab91236b44d8a783092c83e1999de0652c1bd4b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 8 Jun 2015 16:20:40 +0300 Subject: preferences layout: remove unnecessary dp height add matching material overflow icon for headlines list --- org.fox.ttrss/src/main/res/layout/preferences.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org.fox.ttrss/src/main/res/layout/preferences.xml') 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" -- cgit v1.2.3-54-g00ecf