diff options
author | Daniel Sandler <dsandler@android.com> | 2012-09-04 22:56:44 -0400 |
---|---|---|
committer | Daniel Sandler <dsandler@android.com> | 2012-09-05 10:36:02 -0400 |
commit | bf526d14f3252b8a5c123291e4cd8b1c51346560 (patch) | |
tree | e5dbf3114afbd0dd1776567dce849dac0041c2ef /packages/SystemUI/res/layout-sw600dp | |
parent | e94831e5ed4aa3b1ebc5444cc1b16cdab8cb92f8 (diff) | |
download | frameworks_base-bf526d14f3252b8a5c123291e4cd8b1c51346560.zip frameworks_base-bf526d14f3252b8a5c123291e4cd8b1c51346560.tar.gz frameworks_base-bf526d14f3252b8a5c123291e4cd8b1c51346560.tar.bz2 |
Full-height panels on phones.
The dynamic carrier label is also back for those devices.
Finally, allow the panel to be dragged just by touching the
(newly reopened) empty area.
Bug: 6999596
Change-Id: I65f2867f1bd1977270de0bcedd32cb7141fcb6b1
Diffstat (limited to 'packages/SystemUI/res/layout-sw600dp')
-rw-r--r-- | packages/SystemUI/res/layout-sw600dp/carrier_label.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout-sw600dp/carrier_label.xml b/packages/SystemUI/res/layout-sw600dp/carrier_label.xml new file mode 100644 index 0000000..b33caf8 --- /dev/null +++ b/packages/SystemUI/res/layout-sw600dp/carrier_label.xml @@ -0,0 +1,23 @@ +<?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. +*/ +--> + +<Space + xmlns:android="http://schemas.android.com/apk/res/android" + android:visibility="gone" + />
\ No newline at end of file |