diff options
Diffstat (limited to 'OpenKeychain/src')
-rw-r--r-- | OpenKeychain/src/main/res/layout/key_list_fragment.xml | 3 |
1 files changed, 1 insertions, 2 deletions
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"> |