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

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

Header redline mods.

parent 5292702c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
		android:id="@+id/headerIcon"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"
		style="@android:style/HeaderTextIcon" />
		android:paddingRight="8dp" />

	<TextView
		android:layout_width="wrap_content"
+19 −27
Original line number Diff line number Diff line
@@ -2,18 +2,11 @@
<merge
	xmlns:android="http://schemas.android.com/apk/res/android">

	<LinearLayout
		xmlns:android="http://schemas.android.com/apk/res/android"
		android:orientation="horizontal"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"
		android:id="@+id/outterLayout">

	<ImageView
		android:id="@+id/headerIcon"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"
			style="@android:style/HeaderTextIcon" />
		android:paddingRight="8dp" />

	<LinearLayout
		xmlns:android="http://schemas.android.com/apk/res/android"
@@ -38,6 +31,5 @@

	</LinearLayout>

	</LinearLayout>
</merge>
	
 No newline at end of file
+25 −33
Original line number Diff line number Diff line
@@ -2,18 +2,11 @@
<merge
	xmlns:android="http://schemas.android.com/apk/res/android">

	<LinearLayout
		xmlns:android="http://schemas.android.com/apk/res/android"
		android:orientation="horizontal"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"
		android:id="@+id/outterLayout">

	<ImageView
		android:id="@+id/headerIcon"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"
			style="@android:style/HeaderTextIcon" />
		android:paddingRight="8dp" />

	<LinearLayout
		xmlns:android="http://schemas.android.com/apk/res/android"
@@ -44,6 +37,5 @@
			android:id="@+id/subHeaderId2" />
	</LinearLayout>

	</LinearLayout>
</merge>
	
 No newline at end of file