Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d80400a authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix keyLetterSize and keyLabelSize format

This is a followup of Iea7f8f34.

Bug: 5023981
Change-Id: I375a1647343e1d5fa80b328a6824f6c549135e80
parent aed8598e
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -39,10 +39,10 @@
        <attr name="keyBackground" format="reference" />
        <attr name="keyBackground" format="reference" />


        <!-- Size of the text for one letter keys. If not defined, keyLetterRatio takes effect. -->
        <!-- 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
        <!-- Size of the text for keys with multiple letters. If not defined, keyLabelRatio takes
             effect. -->
             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. -->
        <!-- Size of the text for one letter keys, in the proportion of key height. -->
        <attr name="keyLetterRatio" format="float" />
        <attr name="keyLetterRatio" format="float" />
        <!-- Large size of the text for one letter keys, in the proportion of key height. -->
        <!-- Large size of the text for one letter keys, in the proportion of key height. -->