diff --git a/device-cheetah.mk b/device-cheetah.mk index b15b03c..27648a8 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -285,3 +285,10 @@ else PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.bqr.event_mask=94 endif + +# Keyboard bottom and side padding in dp for portrait mode and height ratio +PRODUCT_PRODUCT_PROPERTIES += \ + ro.com.google.ime.kb_pad_port_b=8 \ + ro.com.google.ime.kb_pad_port_l=11 \ + ro.com.google.ime.kb_pad_port_r=11 \ + ro.com.google.ime.height_ratio=1.025 diff --git a/device-panther.mk b/device-panther.mk index 9fd7289..652437f 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -272,3 +272,8 @@ else PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.bqr.event_mask=94 endif + +# Keyboard bottom padding in dp for portrait mode and height ratio +PRODUCT_PRODUCT_PROPERTIES += \ + ro.com.google.ime.kb_pad_port_b=8 \ + ro.com.google.ime.height_ratio=1.075