summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard/res/values-sw320dp/dimens.xml
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2013-07-24 13:27:51 -0700
committerJim Miller <jaggies@google.com>2013-07-24 13:27:51 -0700
commitc95e5c844a5546e24dbca17274f6c27e1dabca4f (patch)
treeaf674d62ddfa5add9a3da8c95a07afe8daf663c8 /packages/Keyguard/res/values-sw320dp/dimens.xml
parentd55e18eceac46160440054c6725b3461a1ccc1dd (diff)
downloadframeworks_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-sw320dp/dimens.xml')
-rw-r--r--packages/Keyguard/res/values-sw320dp/dimens.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/Keyguard/res/values-sw320dp/dimens.xml b/packages/Keyguard/res/values-sw320dp/dimens.xml
new file mode 100644
index 0000000..2c209e2
--- /dev/null
+++ b/packages/Keyguard/res/values-sw320dp/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">345dp</dimen>
+
+</resources>