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

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

Conformance with latest redlines.

parent c50d3f18
Loading
Loading
Loading
Loading
+18 −19
Original line number Diff line number Diff line
@@ -5,25 +5,24 @@
	<LinearLayout
		android:layout_width="0dp"
		android:layout_height="wrap_content"
		android:paddingRight="10dp"
		android:orientation="horizontal"
		android:layout_weight="1.0">
		<ImageView
			android:layout_width="wrap_content"
			android:layout_height="wrap_content"
		android:paddingRight="8dp"
		android:gravity="center|left"
			android:layout_marginRight="8dp"
			android:id="@+id/icon1" />
		<TextView
			android:layout_width="wrap_content"
			android:layout_height="wrap_content"
		android:gravity="center|left"
		android:textAppearance="?android:attr/textAppearanceLabelListItem"
			android:textAppearance="?android:attr/textAppearanceLabelListItemText"
			android:singleLine="true"
			android:id="@+id/itemLabelText" />
	</LinearLayout>
	<ImageView
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"
		android:gravity="center|right"
		android:layout_marginLeft="8dp"
		android:layout_gravity="right"
		android:id="@+id/icon2" />
</merge>