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

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

Sync list items with redlines.

parent cdae809d
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -3,15 +3,17 @@
	xmlns:android="http://schemas.android.com/apk/res/android">

	<TextView
		android:layout_width="110dp"
		android:layout_width="70dp"
		android:layout_height="wrap_content"
		android:paddingRight="10dp"
		android:layout_marginRight="8dp"
		android:singleLine="true"
		android:textAppearance="?android:attr/textAppearanceLabelListItem"
		android:id="@+id/itemLabel" />

	<TextView
		android:layout_width="wrap_content"
		android:layout_width="fill_parent"
		android:layout_height="wrap_content"
		android:singleLine="true"
		android:textAppearance="?android:attr/textAppearanceLabelListItemText"
		android:id="@+id/itemText" />
</merge>
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
        <ImageView android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="center_vertical"
            style="@style/ListItemIcon"
			android:gravity="center_vertical"
            android:src="@drawable/reticle"/>
            
        <TextView
+1 −5
Original line number Diff line number Diff line
@@ -843,19 +843,15 @@
        <item name="android:textColor">?textColorPrimaryInverse</item>
	</style>
    <style name="TextAppearance.Label.ListItem">
        <item name="android:textSize">14sp</item>
        <item name="android:textStyle">bold</item>
    </style>
    <style name="TextAppearance.Label.ListItemText">
        <item name="android:textSize">14sp</item>
    </style>
    <style name="TextAppearance.Label.ListItemSecondaryText">
        <item name="android:textSize">13sp</item>
    </style>
    
    <style name="ListItemIcon">
		<item name="android:gravity">center_vertical</item>
	</style>

    <style name="ZoomControls">
        <item name="android:gravity">bottom</item>
        <item name="android:paddingLeft">15dip</item>