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/rows_sinhala.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/rows_sinhala.xml')
-rw-r--r-- | java/res/xml-sw600dp/rows_sinhala.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/res/xml-sw600dp/rows_sinhala.xml b/java/res/xml-sw600dp/rows_sinhala.xml index 23c3f3aab..d3a5ca535 100644 --- a/java/res/xml-sw600dp/rows_sinhala.xml +++ b/java/res/xml-sw600dp/rows_sinhala.xml @@ -25,6 +25,7 @@ latin:keyboardLayout="@xml/key_styles_common" /> <Row latin:keyWidth="8.182%p" + latin:keyLabelFlags="fontNormal|autoXScale" > <include latin:keyboardLayout="@xml/rowkeys_sinhala1" /> @@ -34,6 +35,7 @@ </Row> <Row latin:keyWidth="8.182%p" + latin:keyLabelFlags="fontNormal|autoXScale" > <include latin:keyboardLayout="@xml/rowkeys_sinhala2" /> @@ -43,6 +45,7 @@ </Row> <Row latin:keyWidth="8.182%p" + latin:keyLabelFlags="fontNormal|autoXScale" > <Key latin:keyStyle="shiftKeyStyle" |