Add same padding to mobile datatype as wifi
SignalCluster view used to have a start-margin of 2.5dp, so now both the wifi icon and the mobile data indicator need that padding (because you will only ever see the data type indicator if wifi is not on. Test: visual Change-Id: I7b34fd80eb222610fc7df76be7a76c0f5f6e0fbb Fixes: 110225644
This commit is contained in:
@@ -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