summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-10-06 23:41:39 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-10-06 23:41:39 +0000
commitee6515ae4ccc033fba79961c84ca62e5bb58908a (patch)
tree6d18c403c9f9a1204f3c8cc1df23b3ac876055a3
parentb0a638f8ea720ca9999d1fe6ec56d1c319a48568 (diff)
parentf419acb941d073daa6a83378becdee3a6c85257d (diff)
downloadredfin-android11-qpr1-s1-release.tar.gz
Change-Id: Ide9d1a65310754581fc6c6787f89a6d6f2e8c774
-rw-r--r--device-redfin.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/device-redfin.mk b/device-redfin.mk
index 28a9372..6d72b97 100644
--- a/device-redfin.mk
+++ b/device-redfin.mk
@@ -210,8 +210,10 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.use_content_detection_f
PRODUCT_PROPERTY_OVERRIDES += \
vendor.display.defer_fps_frame_count=2
-# Keyboard height ratio
-PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.height_ratio=1.2
+# Keyboard height ratio and bottom padding in dp for portrait mode
+PRODUCT_PRODUCT_PROPERTIES += \
+ ro.com.google.ime.height_ratio=1.2 \
+ ro.com.google.ime.kb_pad_port_b=10
# Bluetooth Tx power caps for redfin
PRODUCT_COPY_FILES += \