Skip to content
Snippets Groups Projects
Commit 3537df92 authored by Cyan_Hsieh's avatar Cyan_Hsieh Committed by TreeHugger Robot
Browse files

Change padding and height radio for keyboard

Bug: 219397352
Change-Id: Idbecefe6c73966764679dc545dff58dfd220e9e3
parent 04cf0e2c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment