aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/keystyle_devanagari_vowel_sign_e.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-07-07 16:33:06 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-07-07 18:58:01 +0900
commit92ac2aa8ed3ad889f5a31336900e3c46264df97d (patch)
tree9cc9e15d895065c67cac7c1c566e59f57d430a59 /java/res/xml/keystyle_devanagari_vowel_sign_e.xml
parentb1807d0bc75fd4191a9cd45c03a777ee8e650686 (diff)
downloadlatinime-92ac2aa8ed3ad889f5a31336900e3c46264df97d.tar.gz
latinime-92ac2aa8ed3ad889f5a31336900e3c46264df97d.tar.xz
latinime-92ac2aa8ed3ad889f5a31336900e3c46264df97d.zip
Move fontNormal flag from Key to Row
Change-Id: I250da7c82e005ffe2027c528a1df731a1a3cdf47
Diffstat (limited to 'java/res/xml/keystyle_devanagari_vowel_sign_e.xml')
-rw-r--r--java/res/xml/keystyle_devanagari_vowel_sign_e.xml25
1 files changed, 7 insertions, 18 deletions
diff --git a/java/res/xml/keystyle_devanagari_vowel_sign_e.xml b/java/res/xml/keystyle_devanagari_vowel_sign_e.xml
index 95d85a91d..481e53eb4 100644
--- a/java/res/xml/keystyle_devanagari_vowel_sign_e.xml
+++ b/java/res/xml/keystyle_devanagari_vowel_sign_e.xml
@@ -22,39 +22,29 @@
API version 16 can't automatically render dotted circle for incomplete combining letter
of some scripts. The files named res/xml/key_*.xml have this U+25CC hack, although the
counterpart files named res/xml-v16/key_*.xml don't have this hack. -->
-<merge
- xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
->
+<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin">
<switch>
- <case
- latin:keyboardLayoutSet="hindi"
- >
+ <case latin:keyboardLayoutSet="hindi">
<!-- U+25CC: "◌" DOTTED CIRCLE
U+0947/U+0902: "ें" DEVANAGARI VOWEL SIGN E/DEVANAGARI SIGN ANUSVARA -->
<key-style
latin:styleName="moreKeysDevanagariVowelSignE"
latin:moreKeys="&#x25CC;&#x0947;&#x0902;|&#x0947;&#x0902;" />
</case>
- <case
- latin:keyboardLayoutSet="hindi_compact"
- >
+ <case latin:keyboardLayoutSet="hindi_compact">
<!-- U+25CC: "◌" DOTTED CIRCLE
U+0947: "े" DEVANAGARI VOWEL SIGN E -->
<key-style
latin:styleName="moreKeysDevanagariVowelSignE"
latin:moreKeys="&#x25CC;&#x0947;|&#x0947;" />
</case>
- <case
- latin:keyboardLayoutSet="marathi"
- >
+ <case latin:keyboardLayoutSet="marathi">
<!-- U+090F: "ए" DEVANAGARI LETTER SHORT E -->
<key-style
latin:styleName="moreKeysDevanagariVowelSignE"
latin:moreKeys="&#x090F;" />
</case>
- <case
- latin:keyboardLayoutSet="nepali_traditional"
- >
+ <case latin:keyboardLayoutSet="nepali_traditional">
<!-- U+25CC: "◌" DOTTED CIRCLE
U+0903: "ः‍" DEVANAGARI SIGN VISARGA
U+093D: "ऽ" DEVANAGARI SIGN AVAGRAHA -->
@@ -63,8 +53,7 @@
latin:moreKeys="&#x25CC;&#x0903;|&#x0903;,&#x093D;" />
</case>
<default>
- <key-style
- latin:styleName="moreKeysDevanagariVowelSignE" />
+ <key-style latin:styleName="moreKeysDevanagariVowelSignE" />
</default>
</switch>
<!-- U+25CC: "◌" DOTTED CIRCLE
@@ -73,5 +62,5 @@
latin:styleName="baseKeyDevanagariVowelSignE"
latin:parentStyle="moreKeysDevanagariVowelSignE"
latin:keySpec="&#x25CC;&#x0947;|&#x0947;"
- latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
+ latin:keyLabelFlags="followKeyLetterRatio" />
</merge>