Fix keyLetterSize and keyLabelSize format
This is a followup of Iea7f8f34. Bug: 5023981 Change-Id: I375a1647343e1d5fa80b328a6824f6c549135e80main
parent
aed8598e3f
commit
2d80400a23
|
@ -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. -->
|
||||
|
|
Loading…
Reference in New Issue