summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-xlarge
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2011-01-17 17:00:44 -0800
committerJim Miller <jaggies@google.com>2011-01-19 20:12:34 -0800
commit688435833fea20c5aa9bc4305dc052e55bcec33c (patch)
tree90ea0d0d8deb77d14b9267e0f4a6e8a9e483f513 /core/res/res/values-xlarge
parent0a3dbf6f69a72d557afca69f006a407fbfc2482d (diff)
downloadframeworks_base-688435833fea20c5aa9bc4305dc052e55bcec33c.zip
frameworks_base-688435833fea20c5aa9bc4305dc052e55bcec33c.tar.gz
frameworks_base-688435833fea20c5aa9bc4305dc052e55bcec33c.tar.bz2
Fix 3339257: Update lockscreen keyboard to fit Holo theme
This updates the lockscreen keyboard to be like the latin-1 IME keyboard and updates it to fit the holo theme. Fixed some minor issues addressed in review. Change-Id: I3c6dd8f91be753510e6eadfa9ad913f77038947b
Diffstat (limited to 'core/res/res/values-xlarge')
-rw-r--r--core/res/res/values-xlarge/dimens.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/core/res/res/values-xlarge/dimens.xml b/core/res/res/values-xlarge/dimens.xml
index 5b0ea30..63d3619 100644
--- a/core/res/res/values-xlarge/dimens.xml
+++ b/core/res/res/values-xlarge/dimens.xml
@@ -24,15 +24,17 @@
<dimen name="status_bar_icon_size">32dip</dimen>
<!-- Size of the giant number (unread count) in the notifications -->
<dimen name="status_bar_content_number_size">48sp</dimen>
-
+
<!-- Margin at the edge of the screen to ignore touch events for in the windowshade. -->
<!-- Margin for permanent screen decorations at the bottom. -->
<dimen name="screen_margin_bottom">48dip</dimen>
-
+
<!-- Default height of a key in the password keyboard for alpha -->
- <dimen name="password_keyboard_key_height_alpha">0.35in</dimen>
+ <dimen name="password_keyboard_key_height_alpha">75dip</dimen>
<!-- Default height of a key in the password keyboard for numeric -->
- <dimen name="password_keyboard_key_height_numeric">0.47in</dimen>
+ <dimen name="password_keyboard_key_height_numeric">75dip</dimen>
+ <!-- keyboardHeight = key_height*4 + key_bottom_gap*3 -->
+ <dimen name="password_keyboard_height">48.0mm</dimen>
<!-- The width that is used when creating thumbnails of applications. -->
<dimen name="thumbnail_width">230dp</dimen>