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

Commit 4649c8d5 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix overlapping status bar icons.

Change-Id: I9ca4b9e026cb3cccdf9e30ab350d10d46b98d47e
parent 3f48f46d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
        android:orientation="horizontal"
        >

        <com.android.systemui.statusbar.AlphaOptimizedLinearLayout
        <com.android.systemui.statusbar.AlphaOptimizedFrameLayout
            android:id="@+id/notification_icon_area"
            android:layout_width="0dip"
            android:layout_height="match_parent"
@@ -57,7 +57,7 @@
            >
            <!-- The alpha of this area is both controlled from PhoneStatusBarTransitions and
                 PhoneStatusBar (DISABLE_NOTIFICATION_ICONS), so we need two views here. -->
            <com.android.systemui.statusbar.AlphaOptimizedFrameLayout
            <com.android.systemui.statusbar.AlphaOptimizedLinearLayout
                android:id="@+id/notification_icon_area_inner"
                android:layout_width="match_parent"
                android:layout_height="match_parent"
@@ -74,8 +74,8 @@
                    android:layout_alignParentStart="true"
                    android:gravity="center_vertical"
                    android:orientation="horizontal"/>
            </com.android.systemui.statusbar.AlphaOptimizedFrameLayout>
            </com.android.systemui.statusbar.AlphaOptimizedLinearLayout>
        </com.android.systemui.statusbar.AlphaOptimizedFrameLayout>

        <com.android.systemui.statusbar.AlphaOptimizedLinearLayout android:id="@+id/system_icon_area"
            android:layout_width="wrap_content"