diff options
Diffstat (limited to 'packages/SystemUI/res/layout/status_bar_expanded_header.xml')
-rw-r--r-- | packages/SystemUI/res/layout/status_bar_expanded_header.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout/status_bar_expanded_header.xml b/packages/SystemUI/res/layout/status_bar_expanded_header.xml index 25c516b..9aa7cfd 100644 --- a/packages/SystemUI/res/layout/status_bar_expanded_header.xml +++ b/packages/SystemUI/res/layout/status_bar_expanded_header.xml @@ -15,7 +15,7 @@ ** limitations under the License. --> -<com.android.systemui.statusbar.phone.PanelHeaderView +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui" android:id="@+id/header" @@ -106,4 +106,4 @@ android:contentDescription="@string/accessibility_notifications_button" /> </FrameLayout> -</com.android.systemui.statusbar.phone.PanelHeaderView> +</LinearLayout> |