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

Commit 5c166c9c authored by Deepanshu Gupta's avatar Deepanshu Gupta
Browse files

Layoutlib: Update the wifi icon in the status bar. [DO NOT MERGE]

Issue: https://code.google.com/p/android/issues/detail?id=60993

Change-Id: Ia43ed40b42c79f67dcd5809b827d4fecbc823c25
(cherry picked from commit 11ee746d)
parent 2d82586b
Loading
Loading
Loading
Loading
+1.02 KiB
Loading image diff...
+1.21 KiB (2.38 KiB)
Loading image diff...
+762 B
Loading image diff...
+545 B (1.4 KiB)
Loading image diff...
+5 −3
Original line number Diff line number Diff line
@@ -6,10 +6,12 @@
			android:layout_weight="1"/>
	<ImageView
			android:layout_height="wrap_content"
			android:layout_width="wrap_content"/>
			android:layout_width="wrap_content"
			android:layout_marginTop="1dp"/>
	<ImageView
			android:layout_height="wrap_content"
			android:layout_width="wrap_content"
			android:layout_marginLeft="3dip"
			android:layout_marginRight="5dip"/>
			android:layout_marginLeft="3dp"
			android:layout_marginRight="5dp"
			android:layout_marginTop="1dp"/>
</merge>
Loading