Some small style fixes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user