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

Commit 747459a5 authored by Evan Laird's avatar Evan Laird
Browse files

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
parent 292b08ff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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>