Fix keyLetterSize and keyLabelSize format

This is a followup of Iea7f8f34.

Bug: 5023981
Change-Id: I375a1647343e1d5fa80b328a6824f6c549135e80
main
Tadashi G. Takaoka 2011-08-30 14:15:55 +09:00
parent aed8598e3f
commit 2d80400a23
1 changed files with 2 additions and 2 deletions

View File

@ -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. -->