diff options
author | Daniel Sandler <dsandler@android.com> | 2012-05-02 15:07:51 -0400 |
---|---|---|
committer | Daniel Sandler <dsandler@android.com> | 2012-05-03 01:14:07 -0400 |
commit | 21b274e8a05d83e2a6996aaeec619deaca728de4 (patch) | |
tree | 221df041ed7982a26f868d19cb283a064b8ff2f9 /packages/SystemUI/res/values-sw600dp-land | |
parent | 22930da77f7c2d0461474a162d0d25b9dca00875 (diff) | |
download | frameworks_base-21b274e8a05d83e2a6996aaeec619deaca728de4.zip frameworks_base-21b274e8a05d83e2a6996aaeec619deaca728de4.tar.gz frameworks_base-21b274e8a05d83e2a6996aaeec619deaca728de4.tar.bz2 |
Large-screen notification panel size + positioning.
On sw600 devices we show the notification panel in a smaller
rectangle, centered in portrait and left-aligned in
landscape.
Also remove a bunch of -large resources that shouldn't be
used anymore.
Bug: 6297838
Change-Id: I8ed3445ccb7df16e30870a4322d89786467c54df
Diffstat (limited to 'packages/SystemUI/res/values-sw600dp-land')
-rw-r--r-- | packages/SystemUI/res/values-sw600dp-land/dimens.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-sw600dp-land/dimens.xml b/packages/SystemUI/res/values-sw600dp-land/dimens.xml new file mode 100644 index 0000000..afa0b20 --- /dev/null +++ b/packages/SystemUI/res/values-sw600dp-land/dimens.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + * Copyright (c) 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. +*/ +--> +<resources> + <!-- Layout parameters for the notification panel --> + <dimen name="notification_panel_margin_bottom">0dp</dimen> + <dimen name="notification_panel_margin_left">32dp</dimen> + + <!-- Gravity for the notification panel --> + <!-- 0x33 = left|top --> + <integer name="notification_panel_layout_gravity">0x33</integer> +</resources> |