Fix overlapping status bar icons.
Change-Id: I9ca4b9e026cb3cccdf9e30ab350d10d46b98d47e
This commit is contained in:
@@ -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.AlphaOptimizedLinearLayout>
|
||||
</com.android.systemui.statusbar.AlphaOptimizedFrameLayout>
|
||||
|
||||
<com.android.systemui.statusbar.AlphaOptimizedLinearLayout android:id="@+id/system_icon_area"
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user