diff options
author | Jim Miller <jaggies@google.com> | 2013-07-19 18:31:55 -0700 |
---|---|---|
committer | Jim Miller <jaggies@google.com> | 2013-07-19 18:37:12 -0700 |
commit | 99054020b8dd63bd2cfb701089f3f82ed06bff5b (patch) | |
tree | e00219cbdc2ef5407c41fa9cc5f5778d095195df /packages | |
parent | ef50a1a0dd9a962d1b92613399ed34058ee2098c (diff) | |
download | frameworks_base-99054020b8dd63bd2cfb701089f3f82ed06bff5b.zip frameworks_base-99054020b8dd63bd2cfb701089f3f82ed06bff5b.tar.gz frameworks_base-99054020b8dd63bd2cfb701089f3f82ed06bff5b.tar.bz2 |
Fix keyguard layout on hdpi devices
This reduces the size of the security area slightly to give
the widget more room.
Fixes bug 9642579
Change-Id: I58b861def932450901b17d6df74958dde8207769
Diffstat (limited to 'packages')
-rw-r--r-- | packages/Keyguard/res/values-hdpi/dimens.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/Keyguard/res/values-hdpi/dimens.xml b/packages/Keyguard/res/values-hdpi/dimens.xml new file mode 100644 index 0000000..2c209e2 --- /dev/null +++ b/packages/Keyguard/res/values-hdpi/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> |