Merge "Add same padding to mobile datatype as wifi"
This commit is contained in:
committed by
Android (Google) Code Review
commit
07d0ac2e44
@@ -58,6 +58,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:paddingStart="2.5dp"
|
||||
android:paddingEnd="1dp"
|
||||
android:visibility="gone" />
|
||||
<Space
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
<dimen name="status_bar_left_clock_end_padding">7dp</dimen>
|
||||
|
||||
<!-- Spacing after the wifi signals that is present if there are any icons following it. -->
|
||||
<dimen name="status_bar_wifi_signal_spacer_width">4dp</dimen>
|
||||
<dimen name="status_bar_wifi_signal_spacer_width">2.5dp</dimen>
|
||||
|
||||
<!-- Spacing before the airplane mode icon if there are any icons preceding it. -->
|
||||
<dimen name="status_bar_airplane_spacer_width">4dp</dimen>
|
||||
|
||||
Reference in New Issue
Block a user