Skip to content
Snippets Groups Projects
Commit 971e301c authored by Ken Wakasa's avatar Ken Wakasa
Browse files

Add popup for the period on the symbols keyboard. Bug: 2345920

parent 12caec4d
No related branches found
No related tags found
No related merge requests found
......@@ -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"
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment