summaryrefslogtreecommitdiffstats
path: root/java/res/xml/rowkeys_qwerty2.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-02-14 16:44:14 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-03-25 13:02:09 +0900
commit393efd94e5afe3ac3a03c72e40778a5e5c6ddec6 (patch)
treef13ac9071a0a4a626ec01e5a6e5a776345d32f0d /java/res/xml/rowkeys_qwerty2.xml
parent37b9562fd7b593c90d7ab383ec650f39a7c0f621 (diff)
downloadandroid_packages_inputmethods_LatinIME-393efd94e5afe3ac3a03c72e40778a5e5c6ddec6.tar.gz
android_packages_inputmethods_LatinIME-393efd94e5afe3ac3a03c72e40778a5e5c6ddec6.tar.bz2
android_packages_inputmethods_LatinIME-393efd94e5afe3ac3a03c72e40778a5e5c6ddec6.zip
Rename text resources consistently
- keylabel_<key>, the key label text of the <key> - keyspec_<key>, the key specification of the <key> - keyhintlabel_<key>, the hint label text of the <key> - morekeys_<key>, the more keys specifications of the <key> - additional_morekeys_<key>, the additional more keys specification of the <key> Change-Id: Ib2127f21fa33a2568e8a6eba65cfdb2cf78b480e
Diffstat (limited to 'java/res/xml/rowkeys_qwerty2.xml')
-rw-r--r--java/res/xml/rowkeys_qwerty2.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/java/res/xml/rowkeys_qwerty2.xml b/java/res/xml/rowkeys_qwerty2.xml
index 0700ccecd..4077beaf6 100644
--- a/java/res/xml/rowkeys_qwerty2.xml
+++ b/java/res/xml/rowkeys_qwerty2.xml
@@ -23,28 +23,28 @@
>
<Key
latin:keySpec="a"
- latin:moreKeys="!text/more_keys_for_a" />
+ latin:moreKeys="!text/morekeys_a" />
<Key
latin:keySpec="s"
- latin:moreKeys="!text/more_keys_for_s" />
+ latin:moreKeys="!text/morekeys_s" />
<Key
latin:keySpec="d"
- latin:moreKeys="!text/more_keys_for_d" />
+ latin:moreKeys="!text/morekeys_d" />
<Key
latin:keySpec="f" />
<Key
latin:keySpec="g"
- latin:moreKeys="!text/more_keys_for_g" />
+ latin:moreKeys="!text/morekeys_g" />
<Key
latin:keySpec="h"
- latin:moreKeys="!text/more_keys_for_h" />
+ latin:moreKeys="!text/morekeys_h" />
<Key
latin:keySpec="j"
- latin:moreKeys="!text/more_keys_for_j" />
+ latin:moreKeys="!text/morekeys_j" />
<Key
latin:keySpec="k"
- latin:moreKeys="!text/more_keys_for_k" />
+ latin:moreKeys="!text/morekeys_k" />
<Key
latin:keySpec="l"
- latin:moreKeys="!text/more_keys_for_l" />
+ latin:moreKeys="!text/morekeys_l" />
</merge>