1
0
Fork 0
tt9/res/values/dimens.xml
Dimo Karaivanov 2b25eae760 Random bugs
* ABC Mode: fixed candidate letter disappearing, when changing the text case, after the same number key has been pressed twice or more

* Predictive Mode: fixed words not being automatically capitalized if text is entered and deleted repeatedly

* fixed the on-screen keys having incorrect height
2022-11-08 14:56:22 +02:00

10 lines
364 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="candidate_list_height">25sp</dimen>
<dimen name="candidate_font_size">17sp</dimen>
<dimen name="candidate_padding_horizontal">6sp</dimen>
<dimen name="candidate_padding_vertical">1sp</dimen>
<dimen name="soft_key_height">44dp</dimen>
<dimen name="soft_key_icon_size">24sp</dimen>
</resources>