diff options
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/attrs.xml | 4 | ||||
-rw-r--r-- | java/res/xml-sw600dp/kbd_phone.xml | 2 | ||||
-rw-r--r-- | java/res/xml-sw768dp/kbd_qwerty_row4.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/java/res/values/attrs.xml b/java/res/values/attrs.xml index 3d6428d57..a456b221b 100644 --- a/java/res/values/attrs.xml +++ b/java/res/values/attrs.xml @@ -150,8 +150,8 @@ area between the nearest key on the left hand side and the right edge of the keyboard. --> <attr name="keyWidth" format="dimension|fraction|enum"> - <enum name="fillRight" value="0" /> - <enum name="fillBoth" value="-1" /> + <enum name="fillRight" value="-1" /> + <enum name="fillBoth" value="-2" /> </attr> <!-- Default height of a row (key height + vertical gap), in pixels or percentage of keyboard height. --> diff --git a/java/res/xml-sw600dp/kbd_phone.xml b/java/res/xml-sw600dp/kbd_phone.xml index 0331389c1..303f8145b 100644 --- a/java/res/xml-sw600dp/kbd_phone.xml +++ b/java/res/xml-sw600dp/kbd_phone.xml @@ -105,7 +105,7 @@ <Key latin:keyStyle="nonSpecialBackgroundSpaceKeyStyle" latin:keyXPos="15.625%p" - latin:keyWidth="18.67%p" /> + latin:keyWidth="18.50%p" /> <Key latin:keyStyle="numStarKeyStyle" latin:keyXPos="38.867%p" /> diff --git a/java/res/xml-sw768dp/kbd_qwerty_row4.xml b/java/res/xml-sw768dp/kbd_qwerty_row4.xml index 9346111ee..e35e47d83 100644 --- a/java/res/xml-sw768dp/kbd_qwerty_row4.xml +++ b/java/res/xml-sw768dp/kbd_qwerty_row4.xml @@ -35,7 +35,7 @@ </switch> <Spacer latin:keyXPos="15.157%p" - latin:keyWidth="fillRight" /> + latin:keyWidth="0%p" /> <switch> <case latin:mode="url" |