Change system property of Raven to add 11 dp side padding for keyboard

Test: flash rom, start keyboard to check on the padding
Bug: 189265397
Change-Id: I63aba89350246864435dc10e4d198f0202375fb8
This commit is contained in:
Cyan_Hsieh 2021-05-26 11:56:31 +08:00 committed by Cyan Hsieh
parent b3ab5ce213
commit a327e42b54

View file

@ -129,3 +129,7 @@ PRODUCT_PACKAGES += \
# Fingerprint antispoof property
PRODUCT_PRODUCT_PROPERTIES +=\
persist.vendor.fingerprint.disable.fake.override=none
# Keyboard side padding in dp for portrait mode
PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.kb_pad_port_r=11
PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.kb_pad_port_l=11