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

Commit 3081f827 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Fix overlapping status bar icons."

parents 11c2d1cf 4649c8d5
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"