From 971e301c88839c9f13b988a1176a176fdae0d50c Mon Sep 17 00:00:00 2001 From: Ken Wakasa <kwakasa@google.com> Date: Thu, 4 Mar 2010 18:51:31 +0900 Subject: [PATCH] Add popup for the period on the symbols keyboard. Bug: 2345920 --- res/xml/kbd_symbols.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/res/xml/kbd_symbols.xml b/res/xml/kbd_symbols.xml index ede7b50fc3..ab5792fd1d 100755 --- a/res/xml/kbd_symbols.xml +++ b/res/xml/kbd_symbols.xml @@ -131,7 +131,9 @@ android:keyWidth="40%p" android:iconPreview="@drawable/sym_keyboard_feedback_space" android:isRepeatable="true"/> - <Key android:keyLabel="." android:keyWidth="10%p" /> + <Key android:codes="46" android:keyLabel="." + android:popupKeyboard="@xml/popup_punctuation" + android:keyWidth="10%p"/> <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" android:keyWidth="20%p" android:keyEdgeFlags="right" android:iconPreview="@drawable/sym_keyboard_feedback_return" /> -- GitLab