summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-land
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2011-03-24 13:46:59 -0700
committerJim Miller <jaggies@google.com>2011-03-30 18:53:18 -0700
commitad32bf48442abe574b3e86469619bc9338f2fb06 (patch)
tree83fc17a5d4b84ff89d4c0696daa7aa7c13f17da5 /core/res/res/values-land
parent829f8e5ae5be10dbadd93b89881d0b87def4f236 (diff)
downloadframeworks_base-ad32bf48442abe574b3e86469619bc9338f2fb06.zip
frameworks_base-ad32bf48442abe574b3e86469619bc9338f2fb06.tar.gz
frameworks_base-ad32bf48442abe574b3e86469619bc9338f2fb06.tar.bz2
Get LockScreen working on phones.
Not the final UI, but it works. Change-Id: Ia31d23069b2c365f711cb9d0a664648623554768
Diffstat (limited to 'core/res/res/values-land')
-rw-r--r--core/res/res/values-land/dimens.xml24
1 files changed, 14 insertions, 10 deletions
diff --git a/core/res/res/values-land/dimens.xml b/core/res/res/values-land/dimens.xml
index fbfc3bf..058daa8 100644
--- a/core/res/res/values-land/dimens.xml
+++ b/core/res/res/values-land/dimens.xml
@@ -1,25 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
-/*
+/*
**
** Copyright 2010, 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
+** 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
+** 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
+** 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>
- <dimen name="password_keyboard_key_height">47dip</dimen>
+ <!-- Default height of a key in the password keyboard for alpha -->
+ <dimen name="password_keyboard_key_height_alpha">47dip</dimen>
+ <!-- Default height of a key in the password keyboard for numeric -->
+ <dimen name="password_keyboard_key_height_numeric">60dip</dimen>
+ <!-- Default correction for the space key in the password keyboard -->
<dimen name="password_keyboard_spacebar_vertical_correction">2dip</dimen>
<dimen name="preference_screen_side_margin">96dp</dimen>
<dimen name="preference_screen_side_margin_negative">-100dp</dimen>