From e93fcb0222dd27ea8e701444d1c1f239ac580fef Mon Sep 17 00:00:00 2001 From: Cyan_Hsieh Date: Thu, 10 Aug 2023 17:32:39 +0800 Subject: [PATCH] Change padding and height radio for keyboard Bug: 289312075 Change-Id: If5146c78f68114b6fd6e83de0879fc574810c43b --- device-akita.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/device-akita.mk b/device-akita.mk index d2217a2..48d616e 100644 --- a/device-akita.mk +++ b/device-akita.mk @@ -298,3 +298,8 @@ PRODUCT_VENDOR_PROPERTIES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ ro.vendor.build.svn=1 + +# Keyboard height ratio and bottom padding in dp for portrait mode +PRODUCT_PRODUCT_PROPERTIES += \ + ro.com.google.ime.kb_pad_port_b=4.19 \ + ro.com.google.ime.height_ratio=1.1