Some small style fixes

This commit is contained in:
Dominik Schürmann
2014-05-06 23:11:10 +02:00
parent 1c2919f07f
commit 8eb74d171b
8 changed files with 46 additions and 33 deletions

View File

@@ -19,13 +19,14 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
android:layout_marginTop="14dp"
android:layout_marginTop="8dp"
android:text="@string/section_keys" />
<org.sufficientlysecure.keychain.ui.widget.FixedListView
android:id="@+id/keys"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:layout_marginBottom="8dp" />
</LinearLayout>