1
0
Fork 0

Initial commit

This commit is contained in:
Clam 2013-07-02 15:35:21 +10:00
commit 1f9a97929e
62 changed files with 99775 additions and 0 deletions

13
res/values/arrays.xml Normal file
View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="pref_inputmode_entries">
<item >English</item>
<item >Text</item>
<item >Number</item>
</string-array>
<string-array name="pref_inputmode_values">
<item >0</item>
<item >1</item>
<item >2</item>
</string-array>
</resources>