summaryrefslogtreecommitdiffstats
path: root/core/res/res/xml
diff options
context:
space:
mode:
authorBen Komalo <benkomalo@google.com>2011-10-03 10:53:26 -0700
committerBen Komalo <benkomalo@google.com>2011-10-03 18:29:39 -0700
commit51ea88a86e5cf418e956b199de35658f0a5fd623 (patch)
tree7d66c02d5fbf8c58f8e4d09ef9b9d9e4a57b9825 /core/res/res/xml
parentb11d09cb66114dd4a3accab903e6f7d9603dfee8 (diff)
downloadframeworks_base-51ea88a86e5cf418e956b199de35658f0a5fd623.zip
frameworks_base-51ea88a86e5cf418e956b199de35658f0a5fd623.tar.gz
frameworks_base-51ea88a86e5cf418e956b199de35658f0a5fd623.tar.bz2
New PIN unlock screen layout.
Moves "OK" to the right and moves backspace up to beside the text field. Bug: 5255976 Change-Id: I1b97ee108c9f10f11e5feb361810150bd6dbc776
Diffstat (limited to 'core/res/res/xml')
-rwxr-xr-xcore/res/res/xml/password_kbd_numeric.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/core/res/res/xml/password_kbd_numeric.xml b/core/res/res/xml/password_kbd_numeric.xml
index 2fd5aa0..560f867 100755
--- a/core/res/res/xml/password_kbd_numeric.xml
+++ b/core/res/res/xml/password_kbd_numeric.xml
@@ -49,12 +49,10 @@
</Row>
<Row android:rowEdgeFlags="bottom">
+ <Key android:codes="48" android:keyIcon="@drawable/sym_keyboard_num0_no_plus"
+ android:keyWidth="66.66%p" android:keyEdgeFlags="left"/>
<Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_ok"
- android:keyEdgeFlags="left"/>
- <Key android:codes="48" android:keyIcon="@drawable/sym_keyboard_num0_no_plus"/>
- <Key android:codes="-5" android:keyIcon="@drawable/sym_keyboard_delete"
- android:iconPreview="@drawable/sym_keyboard_feedback_delete"
- android:isRepeatable="true" android:keyEdgeFlags="right"/>
+ android:keyEdgeFlags="right"/>
</Row>
</Keyboard>