diff options
author | 2011-08-30 14:15:55 +0900 | |
---|---|---|
committer | 2011-08-30 14:20:15 +0900 | |
commit | 2d80400a23bb2bd777e09421fc76ac632f7ac705 (patch) | |
tree | ac4de1e7b7db47d6ddf9de548a4170250430c98f /java | |
parent | aed8598e3f90bd609e4d9072e2579408b9b4b324 (diff) | |
download | latinime-2d80400a23bb2bd777e09421fc76ac632f7ac705.tar.gz latinime-2d80400a23bb2bd777e09421fc76ac632f7ac705.tar.xz latinime-2d80400a23bb2bd777e09421fc76ac632f7ac705.zip |
Fix keyLetterSize and keyLabelSize format
This is a followup of Iea7f8f34.
Bug: 5023981
Change-Id: I375a1647343e1d5fa80b328a6824f6c549135e80
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/attrs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/values/attrs.xml b/java/res/values/attrs.xml index 8362226d6..bc1bb0801 100644 --- a/java/res/values/attrs.xml +++ b/java/res/values/attrs.xml @@ -39,10 +39,10 @@ <attr name="keyBackground" format="reference" /> <!-- Size of the text for one letter keys. If not defined, keyLetterRatio takes effect. --> - <attr name="keyLetterSize" format="float" /> + <attr name="keyLetterSize" format="dimension" /> <!-- Size of the text for keys with multiple letters. If not defined, keyLabelRatio takes effect. --> - <attr name="keyLabelSize" format="float" /> + <attr name="keyLabelSize" format="dimension" /> <!-- Size of the text for one letter keys, in the proportion of key height. --> <attr name="keyLetterRatio" format="float" /> <!-- Large size of the text for one letter keys, in the proportion of key height. --> |