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

Commit cd5c2b42 authored by Scott Hancher's avatar Scott Hancher Committed by Josh Guilfoyle
Browse files

Sync list items with redlines.

parent 0e49b074
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -6,15 +6,16 @@
		android:layout_width="0dp"
		android:layout_height="wrap_content"
		android:layout_weight="1.0"
		android:gravity="center|left"
		android:paddingRight="10dp"
		android:textAppearance="?android:attr/textAppearanceLabelListItem"
		android:singleLine="true"
		android:textAppearance="?android:attr/textAppearanceLabelListItemTextSmall"
		android:id="@+id/itemLabelText" />

	<TextView
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"
		android:gravity="center|right"
		android:singleLine="true"
		android:layout_marginLeft="8dp"
		android:layout_gravity="right"
		android:textAppearance="?android:attr/textAppearanceLabelListItemSecondaryText"
		android:id="@+id/itemText" />
</merge>
+1 −0
Original line number Diff line number Diff line
@@ -857,6 +857,7 @@
    </style>
    <style name="TextAppearance.Label.ListItemSecondaryText">
        <item name="android:textSize">13sp</item>
        <item name="android:textColor">#FF666666</item>
    </style>
    
    <style name="ZoomControls">