diff options
author | 2014-07-07 16:54:00 +0900 | |
---|---|---|
committer | 2014-07-07 16:57:11 +0900 | |
commit | 649de3f544d8e320ab812e829f637cd5f78b3d55 (patch) | |
tree | 28acc64d34a91f400f3622f82c1cb07ac2d96351 /java/res/xml-sw600dp/keys_exclamation_question.xml | |
parent | 59016206abe0e457ef8dd44b84d4aeac67824a07 (diff) | |
download | latinime-649de3f544d8e320ab812e829f637cd5f78b3d55.tar.gz latinime-649de3f544d8e320ab812e829f637cd5f78b3d55.tar.xz latinime-649de3f544d8e320ab812e829f637cd5f78b3d55.zip |
Fix Sinhala keyboard for tablet device
This CL introduces fontDefault flag to keyLabelFlags of Key attribute
to reset font specification to keyTypeface attribute.
This is a followup of I065824f3fa.
Bug: 6911143
Change-Id: I33bd4a23aaea73e2b17175ddd39053ec915d5451
Diffstat (limited to 'java/res/xml-sw600dp/keys_exclamation_question.xml')
-rw-r--r-- | java/res/xml-sw600dp/keys_exclamation_question.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/java/res/xml-sw600dp/keys_exclamation_question.xml b/java/res/xml-sw600dp/keys_exclamation_question.xml index 97bd95d6a..cf2c61ead 100644 --- a/java/res/xml-sw600dp/keys_exclamation_question.xml +++ b/java/res/xml-sw600dp/keys_exclamation_question.xml @@ -23,8 +23,10 @@ > <Key latin:keySpec="!" - latin:moreKeys="!text/morekeys_exclamation" /> + latin:moreKeys="!text/morekeys_exclamation" + latin:keyLabelFlags="fontDefault" /> <Key latin:keySpec="\?" - latin:moreKeys="!text/morekeys_question" /> + latin:moreKeys="!text/morekeys_question" + latin:keyLabelFlags="fontDefault" /> </merge> |