fix margins

This commit is contained in:
Dominik Schürmann 2014-02-17 20:18:17 +01:00
parent 7a04dfe6bf
commit 439c7a66f2

View file

@ -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" />