diff options
| author | Jules Aguillon | 2022-06-06 15:40:32 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-06-06 16:15:35 +0200 |
| commit | b236a74b648399c92675558e2674478fc24c3be5 (patch) | |
| tree | 864bd8f7eebb2d5b5fd501f661cd556e224ba56e /res | |
| parent | f6338a652b29767405894ae8f5ea41517767c557 (diff) | |
| download | unexpected-keyboard-b236a74b648399c92675558e2674478fc24c3be5.tar.gz unexpected-keyboard-b236a74b648399c92675558e2674478fc24c3be5.zip | |
Increase horizontal spacing in landscape mode
Space between the keys and margin on the left and right edges of the
screen.
Diffstat (limited to 'res')
| -rw-r--r-- | res/values-land/dimens.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-land/dimens.xml b/res/values-land/dimens.xml index fb04c3d..5d63986 100644 --- a/res/values-land/dimens.xml +++ b/res/values-land/dimens.xml @@ -7,5 +7,5 @@ <item name="label_text_size" type="integer" format="float">0.4</item> <item name="sublabel_text_size" type="integer" format="float">0.3</item> <dimen name="emoji_type_button_height">48dp</dimen> - <dimen name="extra_horizontal_margin">20dp</dimen> + <dimen name="extra_horizontal_margin">25dp</dimen> </resources> |
