Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83c6069b authored by Ken Wakasa's avatar Ken Wakasa
Browse files

Decrease LatinKeyboardBaseView_keyPreviewOffset. Popup will be displayed closer to each key typed.

Change-Id: I863ade61cb4688214d90b24240743ee7fe16e491
parent 3491c877
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
        <item name="keyTextSize">@dimen/key_text_size</item>
        <item name="keyTextColor">#FFFFFFFF</item>
        <item name="keyPreviewLayout">@layout/keyboard_key_preview</item>
        <item name="keyPreviewOffset">-12dip</item>
        <item name="keyPreviewOffset">5dip</item>
        <item name="keyPreviewHeight">80dip</item>
        <item name="labelTextSize">14sp</item>
        <item name="popupLayout">@layout/keyboard_popup_keyboard</item>