Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 962a7093 authored by Adam Powell's avatar Adam Powell
Browse files

Fix padding for simple_list_item_2

Bug 9267688

Change-Id: I33270d9661581e116e16fd9216387a4fbdd72351
parent ff2c22e2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19,12 +19,13 @@
    android:layout_height="wrap_content"
    android:minHeight="?android:attr/listPreferredItemHeight"
    android:mode="twoLine"
    android:paddingStart="?android:attr/listPreferredItemPaddingStart"
    android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
>
    
	<TextView android:id="@android:id/text1"
		android:layout_width="match_parent"
		android:layout_height="wrap_content"
    android:layout_marginStart="?android:attr/listPreferredItemPaddingStart"
    android:layout_marginTop="8dip"
		android:textAppearance="?android:attr/textAppearanceListItem"
	/>