abouttreesummaryrefslogcommitdiff
path: root/res/values-land
diff options
context:
space:
mode:
authorJules Aguillon2023-01-15 19:11:08 +0100
committerJules Aguillon2023-01-15 19:11:08 +0100
commita1999621178ad9fd1de713a9b9f485f110e4d899 (patch)
treecbfb026aad88a8d939f5c2d4a88b7a51b0ce61fd /res/values-land
parent8a3c0566e7fc80ae3dcaad655222f890486a7255 (diff)
downloadunexpected-keyboard-a1999621178ad9fd1de713a9b9f485f110e4d899.tar.gz
unexpected-keyboard-a1999621178ad9fd1de713a9b9f485f110e4d899.zip
Separate option for horizontal margin in landscape mode
A separate option is needed, the +25dp offset wasn't enough.
Diffstat (limited to 'res/values-land')
-rw-r--r--res/values-land/dimens.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-land/dimens.xml b/res/values-land/dimens.xml
index dc7f653..7cdc3b5 100644
--- a/res/values-land/dimens.xml
+++ b/res/values-land/dimens.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
+ <dimen name="horizontal_margin">28dp</dimen>
<dimen name="emoji_type_button_height">48dp</dimen>
- <dimen name="extra_horizontal_margin">25dp</dimen>
</resources>