From 7ddd75efc998923dfec4266ee9034c39ffb6fc06 Mon Sep 17 00:00:00 2001 From: Alex Hong Date: Mon, 28 Mar 2022 17:13:41 +0800 Subject: [PATCH] Set the keyboard bottom height and ratio for Bluejay Test: get_build_var PRODUCT_PRODUCT_PROPERTIES adb shell getprop Bug: 206535619 Change-Id: I8470f1a87b0d97a6cf0d5e45d7f8997a081cb1c7 --- device-bluejay.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/device-bluejay.mk b/device-bluejay.mk index 2538d21..b123dc3 100644 --- a/device-bluejay.mk +++ b/device-bluejay.mk @@ -232,3 +232,8 @@ PRODUCT_VENDOR_PROPERTIES += \ # Device features PRODUCT_COPY_FILES += \ frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml + +# Keyboard bottom padding in dp for portrait mode and height ratio +PRODUCT_PRODUCT_PROPERTIES += \ + ro.com.google.ime.kb_pad_port_b=6.4 \ + ro.com.google.ime.height_ratio=1.05