Unexpected-Keyboard/res/values-land/dimens.xml
Jules Aguillon e0131fa6b0 Fix inconsistent text size in landscape mode
Dimens weren't refreshed when the orientation changed. Dimens are not
the right solution anyway, use scaling factors instead.
2022-06-06 16:17:43 +02:00

6 lines
171 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="emoji_type_button_height">48dp</dimen>
<dimen name="extra_horizontal_margin">25dp</dimen>
</resources>