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

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

am 38d097b6: am 92a80b18: am 9b827a7d: am ec555902: Merge "Layoutlib: Update...

am 38d097b6: am 92a80b18: am 9b827a7d: am ec555902: Merge "Layoutlib: Update the wifi icon in the status bar." into jb-mr2-dev

* commit '38d097b6':
  Layoutlib: Update the wifi icon in the status bar.
parents 4567ec02 38d097b6
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