diff options
Diffstat (limited to 'packages/SystemUI/res/layout/super_status_bar.xml')
-rw-r--r-- | packages/SystemUI/res/layout/super_status_bar.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout/super_status_bar.xml b/packages/SystemUI/res/layout/super_status_bar.xml index 5176d966a694..6f5d7beb8008 100644 --- a/packages/SystemUI/res/layout/super_status_bar.xml +++ b/packages/SystemUI/res/layout/super_status_bar.xml @@ -18,7 +18,7 @@ --> <!-- This is the status bar window. --> -<com.android.systemui.statusbar.phone.StatusBarWindowView +<com.android.systemui.statusbar.window.StatusBarWindowView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:sysui="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" @@ -35,4 +35,4 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/system_bar_background" /> -</com.android.systemui.statusbar.phone.StatusBarWindowView> +</com.android.systemui.statusbar.window.StatusBarWindowView> |