Merge changes I6f8f6b7a,I8a347546 into main

* changes:
  Change padding and height radio for Tokay keyboard
  Change padding and height radio for Komodo keyboard
This commit is contained in:
Nina Chen 2024-03-05 03:04:54 +00:00 committed by Android (Google) Code Review
commit 46d00e01b8
2 changed files with 10 additions and 0 deletions

View file

@ -375,3 +375,8 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Thread HAL
PRODUCT_PACKAGES += \
com.google.caimito.hardware.threadnetwork
# Keyboard height ratio and bottom padding in dp for portrait mode
PRODUCT_PRODUCT_PROPERTIES += \
ro.com.google.ime.kb_pad_port_b=9.6 \
ro.com.google.ime.height_ratio=1.13

View file

@ -345,3 +345,8 @@ SUPPORT_RIL_DOMAIN_SELECTION := true
# Thread HAL
PRODUCT_PACKAGES += \
com.google.caimito.hardware.threadnetwork
# Keyboard height ratio and bottom padding in dp for portrait mode
PRODUCT_PRODUCT_PROPERTIES += \
ro.com.google.ime.kb_pad_port_b=8 \
ro.com.google.ime.height_ratio=1.09