aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/view_key_main_fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenPGP-Keychain/src/main/res/layout/view_key_main_fragment.xml b/OpenPGP-Keychain/src/main/res/layout/view_key_main_fragment.xml
index 9a2b768a2..055687183 100644
--- a/OpenPGP-Keychain/src/main/res/layout/view_key_main_fragment.xml
+++ b/OpenPGP-Keychain/src/main/res/layout/view_key_main_fragment.xml
@@ -201,8 +201,7 @@
<org.sufficientlysecure.keychain.ui.widget.FixedListView
android:id="@+id/keys"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="14dp" />
+ android:layout_height="wrap_content" />
<TextView
style="@style/SectionHeader"
@@ -217,6 +216,7 @@
android:layout_width="match_parent"
android:layout_height="60dp"
android:padding="4dp"
+ android:layout_marginBottom="10dp"
android:text="@string/key_view_action_encrypt"
bootstrapbutton:bb_icon_left="fa-lock"
bootstrapbutton:bb_type="info" />