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

Commit e36f8c42 authored by Darrell Shi's avatar Darrell Shi Committed by Automerger Merge Worker
Browse files

Merge "Remove top margin from dream status bar items" into udc-dev am: f1dbf44b

parents b959b762 f1dbf44b
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
@@ -1781,7 +1781,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>