diff options
Diffstat (limited to 'packages/SystemUI/res/layout-sw600dp/super_status_bar.xml')
-rw-r--r-- | packages/SystemUI/res/layout-sw600dp/super_status_bar.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout-sw600dp/super_status_bar.xml b/packages/SystemUI/res/layout-sw600dp/super_status_bar.xml index 0947c6f..49314cd 100644 --- a/packages/SystemUI/res/layout-sw600dp/super_status_bar.xml +++ b/packages/SystemUI/res/layout-sw600dp/super_status_bar.xml @@ -31,7 +31,6 @@ android:layout_height="@*android:dimen/status_bar_height" /> - <com.android.systemui.statusbar.phone.PanelHolder android:id="@+id/panel_holder" android:layout_width="match_parent" @@ -49,4 +48,10 @@ android:layout_gravity="end|top" /> </com.android.systemui.statusbar.phone.PanelHolder> + + <FrameLayout android:id="@+id/keyguard" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:visibility="gone"> + </FrameLayout> </com.android.systemui.statusbar.phone.StatusBarWindowView> |