diff options
author | Adrian Roos <roosa@google.com> | 2014-04-08 15:52:18 +0200 |
---|---|---|
committer | Adrian Roos <roosa@google.com> | 2014-04-08 18:25:34 +0200 |
commit | 9a0a4c9d7e39e9a91dc35cec3501206914198df6 (patch) | |
tree | bb198ac12f39840b169f88efc99e143b01089ee2 /packages/SystemUI/res/layout-sw600dp | |
parent | 6e0f14e748d2fdf8cad01757cd83650e116d8b8d (diff) | |
download | frameworks_base-9a0a4c9d7e39e9a91dc35cec3501206914198df6.zip frameworks_base-9a0a4c9d7e39e9a91dc35cec3501206914198df6.tar.gz frameworks_base-9a0a4c9d7e39e9a91dc35cec3501206914198df6.tar.bz2 |
Enable quick settings from lockscreen and merge into one shade.
Change-Id: Ic5b5f54bcfe3816549287f707715e29340522d9b
Diffstat (limited to 'packages/SystemUI/res/layout-sw600dp')
-rw-r--r-- | packages/SystemUI/res/layout-sw600dp/super_status_bar.xml | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/packages/SystemUI/res/layout-sw600dp/super_status_bar.xml b/packages/SystemUI/res/layout-sw600dp/super_status_bar.xml deleted file mode 100644 index 0916d15..0000000 --- a/packages/SystemUI/res/layout-sw600dp/super_status_bar.xml +++ /dev/null @@ -1,54 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -** -** Copyright 2012, The Android Open Source Project -** -** Licensed under the Apache License, Version 2.0 (the "License"); -** you may not use this file except in compliance with the License. -** You may obtain a copy of the License at -** -** http://www.apache.org/licenses/LICENSE-2.0 -** -** Unless required by applicable law or agreed to in writing, software -** distributed under the License is distributed on an "AS IS" BASIS, -** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ ---> - -<!-- This is the combined status bar / notification panel window. --> -<com.android.systemui.statusbar.phone.StatusBarWindowView - xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:focusable="true" - android:descendantFocusability="afterDescendants" - > - - <include layout="@layout/status_bar" - android:layout_width="match_parent" - android:layout_height="@*android:dimen/status_bar_height" - /> - - <com.android.systemui.statusbar.phone.PanelHolder - android:id="@+id/panel_holder" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:layout_marginTop="@*android:dimen/status_bar_height" - android:layout_marginBottom="@*android:dimen/navigation_bar_height" - > - <include layout="@layout/status_bar_expanded" - android:layout_width="@dimen/notification_panel_width" - android:layout_height="wrap_content" - android:layout_gravity="start|top" - /> - <include layout="@layout/quick_settings" - android:layout_width="@dimen/notification_panel_width" - android:layout_height="wrap_content" - android:layout_gravity="end|top" - /> - </com.android.systemui.statusbar.phone.PanelHolder> - -</com.android.systemui.statusbar.phone.StatusBarWindowView> |