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

Commit 57ae5bac authored by Darrell Shi's avatar Darrell Shi
Browse files

Remove top margin from dream status bar items

This change removes the static vertical margins that cause a
misalignment with other dream status bar items.

Bug: 288467787
Fix: 288467787
Test: https://screenshot.googleplex.com/C9UyHNeY95E956J
Change-Id: I64c45f09d4e9a5fd78ef0277def70c912421b5ad
parent 3b3accd7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@
            android:layout_width="@dimen/dream_overlay_status_bar_icon_size"
            android:layout_height="match_parent"
            android:layout_marginStart="@dimen/dream_overlay_status_icon_margin"
            android:layout_marginTop="@dimen/dream_overlay_status_bar_marginTop"
            android:src="@drawable/ic_alarm"
            android:tint="@android:color/white"
            android:visibility="gone"
@@ -68,7 +67,6 @@
            android:layout_width="@dimen/dream_overlay_status_bar_icon_size"
            android:layout_height="match_parent"
            android:layout_marginStart="@dimen/dream_overlay_status_icon_margin"
            android:layout_marginTop="@dimen/dream_overlay_status_bar_marginTop"
            android:src="@drawable/ic_qs_dnd_on"
            android:tint="@android:color/white"
            android:visibility="gone"
@@ -79,7 +77,6 @@
            android:layout_width="@dimen/dream_overlay_status_bar_icon_size"
            android:layout_height="match_parent"
            android:layout_marginStart="@dimen/dream_overlay_status_icon_margin"
            android:layout_marginTop="@dimen/dream_overlay_status_bar_marginTop"
            android:src="@drawable/ic_signal_wifi_off"
            android:visibility="gone"
            android:contentDescription="@string/dream_overlay_status_bar_wifi_off" />
+0 −1
Original line number Diff line number Diff line
@@ -1793,7 +1793,6 @@
    <dimen name="dream_overlay_status_bar_ambient_text_shadow_dy">0.5dp</dimen>
    <dimen name="dream_overlay_status_bar_ambient_text_shadow_radius">2dp</dimen>
    <dimen name="dream_overlay_icon_inset_dimen">0dp</dimen>
    <dimen name="dream_overlay_status_bar_marginTop">22dp</dimen>

    <!-- Default device corner radius, used for assist UI -->
    <dimen name="config_rounded_mask_size">0px</dimen>