abouttreesummaryrefslogcommitdiff
path: root/res/values/values.xml
diff options
context:
space:
mode:
authorJules Aguillon2025-07-01 23:27:24 +0200
committerGitHub2025-07-01 23:27:24 +0200
commita08db256611a66ca14e085fbd62a8fe352847e89 (patch)
treea275e252eb23239f7e2b10501328d5c7a71ca84e /res/values/values.xml
parent4ed8594794691e5991c414337fd4ede7a9e857cc (diff)
downloadunexpected-keyboard-a08db256611a66ca14e085fbd62a8fe352847e89.tar.gz
unexpected-keyboard-a08db256611a66ca14e085fbd62a8fe352847e89.zip
Fix extra bottom margin when navbar buttons absent (#1024)
* Fix extra bottom margin when navbar buttons absent Fix the extra space that was appearing when the gesture-navigation bar didn't contain the "switch IME" or "close IME" buttons. This was found on OneUI 7 with the two "keyboard key" related options turned off. * Remove unneeded nav bar detection and width computation
Diffstat (limited to 'res/values/values.xml')
-rw-r--r--res/values/values.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/res/values/values.xml b/res/values/values.xml
index d506011..169fe1a 100644
--- a/res/values/values.xml
+++ b/res/values/values.xml
@@ -6,9 +6,6 @@
<dimen name="emoji_text_size">28dp</dimen>
<dimen name="clipboard_view_height">300dp</dimen>
<dimen name="pref_button_size">28dp</dimen>
- <!-- Margin needed to accomodate the gesture nav bar on Android 15. Found in
- [core/res/res/values/dimens.xml]. -->
- <dimen name="bottom_inset_min">48dp</dimen>
<!-- Will be overwritten automatically by Gradle for the debug build variant -->
<bool name="debug_logs">false</bool>
</resources>