Skip to content
Snippets Groups Projects
Commit e354dce0 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Shorten maximum keyboard height to 46% of display height

Change-Id: Ie71a7c085bfea4d45c078914eace20aa487f5354
parent 8d16a0c9
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
<!-- Preferable keyboard height in absolute scale: 48.0mm -->
<!-- This keyboardHeight value should match with keyboard-heights.xml -->
<dimen name="keyboardHeight">302.4dp</dimen>
<fraction name="maxKeyboardHeight">50%p</fraction>
<fraction name="maxKeyboardHeight">46%p</fraction>
<fraction name="minKeyboardHeight">-35.0%p</fraction>
<dimen name="popup_key_height">63.0dp</dimen>
......
......@@ -22,7 +22,7 @@
<!-- Preferable keyboard height in absolute scale: 48.0mm -->
<!-- This keyboardHeight value should match with keyboard-heights.xml -->
<dimen name="keyboardHeight">302.4dp</dimen>
<fraction name="maxKeyboardHeight">50%p</fraction>
<fraction name="maxKeyboardHeight">46%p</fraction>
<fraction name="minKeyboardHeight">-35.0%p</fraction>
<fraction name="keyboard_top_padding">2.291%p</fraction>
......
......@@ -22,7 +22,7 @@
<!-- Preferable keyboard height in absolute scale: 1.285in -->
<!-- This keyboardHeight value should match with keyboard-heights.xml -->
<dimen name="keyboardHeight">205.6dp</dimen>
<fraction name="maxKeyboardHeight">50%p</fraction>
<fraction name="maxKeyboardHeight">46%p</fraction>
<fraction name="minKeyboardHeight">-61.8%p</fraction>
<dimen name="popup_key_height">52.8dp</dimen>
......
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