summaryrefslogtreecommitdiffstats
path: root/core/res/res/xml-land
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2010-02-11 17:27:22 -0800
committerJim Miller <jaggies@google.com>2010-02-11 17:28:29 -0800
commitec52eedc2ceb623b503f6b82eb560c0e9a6e4619 (patch)
tree076d357617c371b534a39dfa826fe412406ec6aa /core/res/res/xml-land
parent7356b0b0661f61a161ac6771e4325ad5f687cb2e (diff)
downloadframeworks_base-ec52eedc2ceb623b503f6b82eb560c0e9a6e4619.zip
frameworks_base-ec52eedc2ceb623b503f6b82eb560c0e9a6e4619.tar.gz
frameworks_base-ec52eedc2ceb623b503f6b82eb560c0e9a6e4619.tar.bz2
Fix 2438785: Add missing key code to landscape keyboard and fix log spew.
Diffstat (limited to 'core/res/res/xml-land')
-rwxr-xr-xcore/res/res/xml-land/password_kbd_qwerty.xml7
-rwxr-xr-xcore/res/res/xml-land/password_kbd_qwerty_shifted.xml4
2 files changed, 5 insertions, 6 deletions
diff --git a/core/res/res/xml-land/password_kbd_qwerty.xml b/core/res/res/xml-land/password_kbd_qwerty.xml
index 8245cc1..700c527 100755
--- a/core/res/res/xml-land/password_kbd_qwerty.xml
+++ b/core/res/res/xml-land/password_kbd_qwerty.xml
@@ -77,10 +77,9 @@
android:iconPreview="@drawable/sym_keyboard_feedback_space"
android:keyWidth="20%p"/>
<Key android:keyLabel="=" />
- <Key android:keyLabel="."
- android:keyWidth="10%p"/>
- <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
- android:iconPreview="@drawable/sym_keyboard_feedback_return"
+ <Key android:keyLabel="." android:keyWidth="10%p"/>
+ <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_ok"
+ android:iconPreview="@drawable/sym_keyboard_feedback_ok"
android:keyWidth="20%p" android:keyEdgeFlags="right"/>
</Row>
diff --git a/core/res/res/xml-land/password_kbd_qwerty_shifted.xml b/core/res/res/xml-land/password_kbd_qwerty_shifted.xml
index 6117e78..1e37b6c 100755
--- a/core/res/res/xml-land/password_kbd_qwerty_shifted.xml
+++ b/core/res/res/xml-land/password_kbd_qwerty_shifted.xml
@@ -79,8 +79,8 @@
android:keyWidth="20%p"/>
<Key android:keyLabel="+" />
<Key android:keyLabel="."/>
- <Key android:keyIcon="@drawable/sym_keyboard_return"
- android:iconPreview="@drawable/sym_keyboard_feedback_return"
+ <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_ok"
+ android:iconPreview="@drawable/sym_keyboard_feedback_ok"
android:keyWidth="20%p" android:keyEdgeFlags="right"/>
</Row>