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,7 +19,7 @@
style="@style/SectionHeader"
android:layout_width="wrap_content"
android:layout_height="0dp"
android:layout_marginTop="14dp"
android:layout_marginTop="8dp"
android:text="@string/section_fingerprint"
android:layout_weight="1" />
@@ -141,7 +141,8 @@
android:minHeight="?android:attr/listPreferredItemHeight"
android:clickable="true"
style="@style/SelectableItem"
android:orientation="horizontal">
android:orientation="horizontal"
android:layout_marginBottom="8dp">
<TextView
android:paddingLeft="8dp"