Skip to content

Commit

Permalink
Merge "Change system property of Sunfish to place keyboard 10 dp higher"
Browse files Browse the repository at this point in the history
  • Loading branch information
Chenxi Ni authored and Android (Google) Code Review committed Sep 18, 2020
2 parents 1e94d99 + daa7003 commit 88da23b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion device-sunfish.mk
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,10 @@ PRODUCT_PACKAGES += \
# Fingerprint HIDL
include device/google/sunfish/fingerprint.mk

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 sunfish
PRODUCT_COPY_FILES += \
Expand Down

0 comments on commit 88da23b

Please sign in to comment.