Loading packages/SystemUI/res/layout/status_bar.xml +7 −15 Original line number Diff line number Diff line Loading @@ -96,6 +96,7 @@ android:layout_height="match_parent" android:layout_weight="1" android:orientation="horizontal" android:gravity="center_vertical|start" > <include layout="@layout/system_icons" /> Loading @@ -104,12 +105,12 @@ </FrameLayout> <!-- Space should cover the notch (if it exists) and let other views lay out around it --> <android.widget.Space android:id="@+id/cutout_space_view" android:layout_width="0dp" android:layout_height="match_parent" android:gravity="center_horizontal|center_vertical" /> <!-- <android.widget.Space--> <!-- android:id="@+id/cutout_space_view"--> <!-- android:layout_width="0dp"--> <!-- android:layout_height="match_parent"--> <!-- android:gravity="center_horizontal|center_vertical"--> <!-- />--> <com.android.systemui.statusbar.AlphaOptimizedFrameLayout android:id="@+id/centered_icon_area" Loading Loading @@ -146,15 +147,6 @@ <!-- <include layout="@layout/system_icons" />--> <!-- </com.android.keyguard.AlphaOptimizedLinearLayout>--> <com.android.systemui.statusbar.AlphaOptimizedFrameLayout android:id="@+id/notification_icon_area" android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1" android:orientation="horizontal" android:gravity="center_vertical|end" android:clipChildren="false"/> </LinearLayout> <com.android.keyguard.AlphaOptimizedLinearLayout Loading Loading
packages/SystemUI/res/layout/status_bar.xml +7 −15 Original line number Diff line number Diff line Loading @@ -96,6 +96,7 @@ android:layout_height="match_parent" android:layout_weight="1" android:orientation="horizontal" android:gravity="center_vertical|start" > <include layout="@layout/system_icons" /> Loading @@ -104,12 +105,12 @@ </FrameLayout> <!-- Space should cover the notch (if it exists) and let other views lay out around it --> <android.widget.Space android:id="@+id/cutout_space_view" android:layout_width="0dp" android:layout_height="match_parent" android:gravity="center_horizontal|center_vertical" /> <!-- <android.widget.Space--> <!-- android:id="@+id/cutout_space_view"--> <!-- android:layout_width="0dp"--> <!-- android:layout_height="match_parent"--> <!-- android:gravity="center_horizontal|center_vertical"--> <!-- />--> <com.android.systemui.statusbar.AlphaOptimizedFrameLayout android:id="@+id/centered_icon_area" Loading Loading @@ -146,15 +147,6 @@ <!-- <include layout="@layout/system_icons" />--> <!-- </com.android.keyguard.AlphaOptimizedLinearLayout>--> <com.android.systemui.statusbar.AlphaOptimizedFrameLayout android:id="@+id/notification_icon_area" android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1" android:orientation="horizontal" android:gravity="center_vertical|end" android:clipChildren="false"/> </LinearLayout> <com.android.keyguard.AlphaOptimizedLinearLayout Loading