diff options
| author | Jules Aguillon | 2022-12-31 14:00:38 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-12-31 14:00:38 +0100 |
| commit | c5f5a23d75183823db8a8e02049c5c72f504a77c (patch) | |
| tree | 2184fc85d7570f67dd3a0b62ca45713de06dc63d /res | |
| parent | 73ef7c67652ab05bac07fcb3fb178a24cae29d60 (diff) | |
| download | unexpected-keyboard-c5f5a23d75183823db8a8e02049c5c72f504a77c.tar.gz unexpected-keyboard-c5f5a23d75183823db8a8e02049c5c72f504a77c.zip | |
Fix dimensions going off after rotation
Values like 'characterSize' and 'horizontalMargin' can't be fed back into the default value because they are not of the same unit.
To avoid this happening again, change the way the default value is defined for every options.
The 'key_height' dimension was no longer used.
Diffstat (limited to 'res')
| -rw-r--r-- | res/values/values.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/values/values.xml b/res/values/values.xml index 07fb654..05e10c1 100644 --- a/res/values/values.xml +++ b/res/values/values.xml @@ -6,7 +6,6 @@ <dimen name="key_padding">2dp</dimen> <dimen name="key_vertical_interval">2dp</dimen> <dimen name="key_horizontal_interval">2dp</dimen> - <dimen name="key_height">51dp</dimen> <dimen name="emoji_type_button_height">56dp</dimen> <dimen name="emoji_grid_height">250dp</dimen> <dimen name="emoji_text_size">28dp</dimen> |
