diff options
author | Jim Miller <jaggies@google.com> | 2013-07-24 13:27:51 -0700 |
---|---|---|
committer | Jim Miller <jaggies@google.com> | 2013-07-24 13:27:51 -0700 |
commit | c95e5c844a5546e24dbca17274f6c27e1dabca4f (patch) | |
tree | af674d62ddfa5add9a3da8c95a07afe8daf663c8 /packages/Keyguard/res/values-sw360dp/dimens.xml | |
parent | d55e18eceac46160440054c6725b3461a1ccc1dd (diff) | |
download | frameworks_base-c95e5c844a5546e24dbca17274f6c27e1dabca4f.zip frameworks_base-c95e5c844a5546e24dbca17274f6c27e1dabca4f.tar.gz frameworks_base-c95e5c844a5546e24dbca17274f6c27e1dabca4f.tar.bz2 |
Fix layout incompatibility between hdpi vs xhdpi devices
The xhdpi was using the hdpi spec instead of the default since
it was the closest match.
This allows both devices to work correctly.
Fixes bug 9985496
Change-Id: I03ddf1b6645d5f82e2fba6c39a1c5b3a37e62d45
Diffstat (limited to 'packages/Keyguard/res/values-sw360dp/dimens.xml')
-rw-r--r-- | packages/Keyguard/res/values-sw360dp/dimens.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/Keyguard/res/values-sw360dp/dimens.xml b/packages/Keyguard/res/values-sw360dp/dimens.xml new file mode 100644 index 0000000..41d6ac0 --- /dev/null +++ b/packages/Keyguard/res/values-sw360dp/dimens.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/assets/res/any/dimens.xml +** +** Copyright 2013, 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> + + <!-- Height of the sliding KeyguardSecurityContainer (includes 2x keyguard_security_view_margin) --> + <dimen name="keyguard_security_height">400dp</dimen> + +</resources> |