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

Commit 83d72da7 authored by Xavier Ducrohet's avatar Xavier Ducrohet Committed by Android (Google) Code Review
Browse files

Merge "LayoutLib: improved rendering for system/title/action bars." into honeycomb

parents cfc048a3 13bdc335
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -2,10 +2,8 @@
<merge xmlns:android="http://schemas.android.com/apk/res/android">
	<ImageView
			android:layout_height="wrap_content"
			android:layout_width="wrap_content"
			android:layout_gravity="center"/>
			android:layout_width="wrap_content"/>
	<TextView
			android:layout_width="wrap_content"
			android:layout_height="wrap_content"
			android:layout_gravity="center"/>
			android:layout_height="wrap_content"/>
</merge>
+1.17 KiB
Loading image diff...
+3.16 KiB
Loading image diff...
+204 B
Loading image diff...
+5 −4
Original line number Diff line number Diff line
@@ -3,10 +3,11 @@
	<TextView
			android:layout_width="wrap_content"
			android:layout_height="wrap_content"
			android:layout_weight="1"
			android:text=" "/>
			android:layout_weight="1"/>
	<ImageView
			android:layout_height="wrap_content"
			android:layout_width="wrap_content"
			android:layout_gravity="center"/>
			android:layout_width="wrap_content"/>
	<ImageView
			android:layout_height="wrap_content"
			android:layout_width="wrap_content"/>
</merge>
Loading