Added mode change notifications
This commit is contained in:
parent
7b5f1f7369
commit
faf704bc67
5 changed files with 70 additions and 5 deletions
|
|
@ -23,6 +23,17 @@
|
|||
<item >1</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="capsMode">
|
||||
<item>Caps off</item>
|
||||
<item>Single capital</item>
|
||||
<item>All caps</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="keyMode">
|
||||
<item>Dictionary</item>
|
||||
<item>Text</item>
|
||||
<item>Number</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="smileyContentDescription">
|
||||
<item> Smile </item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue