Loading packages/SystemUI/res/layout/status_bar.xml +4 −4 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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" Loading @@ -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" Loading Loading
packages/SystemUI/res/layout/status_bar.xml +4 −4 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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" Loading @@ -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" Loading