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

Commit 2c167d0f authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android Git Automerger
Browse files

am 632c9e2d: am 065ce2e8: am 5c166c9c: Layoutlib: Update the wifi icon in the...

am 632c9e2d: am 065ce2e8: am 5c166c9c: Layoutlib: Update the wifi icon in the status bar. [DO NOT MERGE]

* commit '632c9e2d':
  Layoutlib: Update the wifi icon in the status bar. [DO NOT MERGE]
parents 9c00e673 632c9e2d
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