mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-25 00:18:51 -05:00
padding fixes for key list
This commit is contained in:
parent
dc38031b4e
commit
0b49becaa8
@ -15,7 +15,6 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:drawSelectorOnTop="true"
|
android:drawSelectorOnTop="true"
|
||||||
android:fastScrollEnabled="true"
|
android:fastScrollEnabled="true"
|
||||||
android:paddingBottom="16dp"
|
|
||||||
android:paddingLeft="16dp"
|
android:paddingLeft="16dp"
|
||||||
android:paddingRight="32dp"
|
android:paddingRight="32dp"
|
||||||
android:scrollbarStyle="outsideOverlay" />
|
android:scrollbarStyle="outsideOverlay" />
|
||||||
@ -51,7 +50,7 @@
|
|||||||
fab:fab_addButtonPlusIconColor="@color/icons"
|
fab:fab_addButtonPlusIconColor="@color/icons"
|
||||||
fab:fab_expandDirection="up"
|
fab:fab_expandDirection="up"
|
||||||
fab:fab_labelStyle="@style/FabMenuStyle"
|
fab:fab_labelStyle="@style/FabMenuStyle"
|
||||||
android:layout_marginBottom="16dp"
|
android:layout_marginBottom="8dp"
|
||||||
android:layout_marginRight="16dp"
|
android:layout_marginRight="16dp"
|
||||||
android:layout_marginEnd="16dp">
|
android:layout_marginEnd="16dp">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user