Loading packages/SystemUI/res/layout/super_notification_shade.xml +8 −8 Original line number Diff line number Diff line Loading @@ -58,14 +58,6 @@ android:layout_height="match_parent" android:visibility="invisible" /> <!-- Root for all keyguard content. It was previously located within the shade. --> <com.android.systemui.keyguard.ui.view.KeyguardRootView android:id="@id/keyguard_root_view" android:layout_width="match_parent" android:layout_height="match_parent" android:clipChildren="false" /> <!-- Shared container for the notification stack. Can be positioned by either the keyguard_root_view or notification_panel --> <com.android.systemui.statusbar.notification.stack.ui.view.SharedNotificationContainer Loading @@ -76,6 +68,14 @@ android:clipToPadding="false" /> <!-- Root for all keyguard content. It was previously located within the shade. --> <com.android.systemui.keyguard.ui.view.KeyguardRootView android:id="@id/keyguard_root_view" android:layout_width="match_parent" android:layout_height="match_parent" android:clipChildren="false" /> <include layout="@layout/brightness_mirror_container" /> <com.android.systemui.scrim.ScrimView Loading Loading
packages/SystemUI/res/layout/super_notification_shade.xml +8 −8 Original line number Diff line number Diff line Loading @@ -58,14 +58,6 @@ android:layout_height="match_parent" android:visibility="invisible" /> <!-- Root for all keyguard content. It was previously located within the shade. --> <com.android.systemui.keyguard.ui.view.KeyguardRootView android:id="@id/keyguard_root_view" android:layout_width="match_parent" android:layout_height="match_parent" android:clipChildren="false" /> <!-- Shared container for the notification stack. Can be positioned by either the keyguard_root_view or notification_panel --> <com.android.systemui.statusbar.notification.stack.ui.view.SharedNotificationContainer Loading @@ -76,6 +68,14 @@ android:clipToPadding="false" /> <!-- Root for all keyguard content. It was previously located within the shade. --> <com.android.systemui.keyguard.ui.view.KeyguardRootView android:id="@id/keyguard_root_view" android:layout_width="match_parent" android:layout_height="match_parent" android:clipChildren="false" /> <include layout="@layout/brightness_mirror_container" /> <com.android.systemui.scrim.ScrimView Loading