From 0b49becaa800f472b843588c4a8a4c9f9fed40ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sat, 28 Feb 2015 00:04:15 +0100 Subject: padding fixes for key list --- OpenKeychain/src/main/res/layout/key_list_fragment.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'OpenKeychain/src') diff --git a/OpenKeychain/src/main/res/layout/key_list_fragment.xml b/OpenKeychain/src/main/res/layout/key_list_fragment.xml index 2affa6e86..f31d5fce6 100644 --- a/OpenKeychain/src/main/res/layout/key_list_fragment.xml +++ b/OpenKeychain/src/main/res/layout/key_list_fragment.xml @@ -15,7 +15,6 @@ android:layout_height="match_parent" android:drawSelectorOnTop="true" android:fastScrollEnabled="true" - android:paddingBottom="16dp" android:paddingLeft="16dp" android:paddingRight="32dp" android:scrollbarStyle="outsideOverlay" /> @@ -51,7 +50,7 @@ fab:fab_addButtonPlusIconColor="@color/icons" fab:fab_expandDirection="up" fab:fab_labelStyle="@style/FabMenuStyle" - android:layout_marginBottom="16dp" + android:layout_marginBottom="8dp" android:layout_marginRight="16dp" android:layout_marginEnd="16dp"> -- cgit v1.2.3