diff options
author | 2010-03-04 07:25:28 -0800 | |
---|---|---|
committer | 2010-03-04 07:25:28 -0800 | |
commit | 5909c436780387830f5da0e89060930147c40b20 (patch) | |
tree | 7aa280c6c7e631de9a600aaccac73dc7d7ea9215 | |
parent | 0a2df340e5bb3f7df4b5a1ddb3e611f08d195948 (diff) | |
parent | 971e301c88839c9f13b988a1176a176fdae0d50c (diff) | |
download | latinime-5909c436780387830f5da0e89060930147c40b20.tar.gz latinime-5909c436780387830f5da0e89060930147c40b20.tar.xz latinime-5909c436780387830f5da0e89060930147c40b20.zip |
Merge "Add popup for the period on the symbols keyboard. Bug: 2345920"
-rwxr-xr-x | res/xml/kbd_symbols.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/xml/kbd_symbols.xml b/res/xml/kbd_symbols.xml index ede7b50fc..ab5792fd1 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" /> |