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

Commit 282b67e1 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Fix very long tab on "webentry w/o settings" layout" into gingerbread

parents 792a4648 2f4ef404
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -288,13 +288,12 @@
            android:codes="@integer/key_space"
            android:keyIcon="@drawable/sym_keyboard_space"
            android:iconPreview="@drawable/sym_keyboard_feedback_space"
            android:keyWidth="20%p"
            android:keyWidth="30%p"
            android:isModifier="true" />
        <Key
            android:codes="@integer/key_tab"
            android:keyIcon="@drawable/sym_keyboard_tab"
            android:iconPreview="@drawable/sym_keyboard_feedback_tab"
            android:keyWidth="20%p"
            android:isModifier="true" />
        <Key
            android:keyLabel="."
+1 −2
Original line number Diff line number Diff line
@@ -288,13 +288,12 @@
            android:codes="@integer/key_space"
            android:keyIcon="@drawable/sym_bkeyboard_space"
            android:iconPreview="@drawable/sym_keyboard_feedback_space"
            android:keyWidth="20%p"
            android:keyWidth="30%p"
            android:isModifier="true" />
        <Key
            android:codes="@integer/key_tab"
            android:keyIcon="@drawable/sym_bkeyboard_tab"
            android:iconPreview="@drawable/sym_keyboard_feedback_tab"
            android:keyWidth="20%p"
            android:isModifier="true" />
        <Key
            android:keyLabel="."
+1 −2
Original line number Diff line number Diff line
@@ -316,13 +316,12 @@
            android:codes="@integer/key_space"
            android:keyIcon="@drawable/sym_keyboard_space"
            android:iconPreview="@drawable/sym_keyboard_feedback_space"
            android:keyWidth="20%p"
            android:keyWidth="30%p"
            android:isModifier="true" />
        <Key
            android:codes="@integer/key_tab"
            android:keyIcon="@drawable/sym_keyboard_tab"
            android:iconPreview="@drawable/sym_keyboard_feedback_tab"
            android:keyWidth="20%p"
            android:isModifier="true" />
        <Key
            android:keyLabel="."
+2 −3
Original line number Diff line number Diff line
@@ -293,12 +293,11 @@
            android:codes="@integer/key_space"
            android:keyIcon="@drawable/sym_bkeyboard_space"
            android:iconPreview="@drawable/sym_keyboard_feedback_space"
            android:keyWidth="20%p" />
            android:keyWidth="30%p" />
        <Key
            android:codes="@integer/key_tab"
            android:keyIcon="@drawable/sym_bkeyboard_tab"
            android:iconPreview="@drawable/sym_keyboard_feedback_tab"
            android:keyWidth="20%p" />
            android:iconPreview="@drawable/sym_keyboard_feedback_tab" />
        <Key
            android:keyLabel="."
            android:keyIcon="@drawable/hint_popup"
+1 −2
Original line number Diff line number Diff line
@@ -295,13 +295,12 @@
            android:codes="@integer/key_space"
            android:keyIcon="@drawable/sym_keyboard_space"
            android:iconPreview="@drawable/sym_keyboard_feedback_space"
            android:keyWidth="20%p"
            android:keyWidth="30%p"
            android:isModifier="true" />
        <Key
            android:codes="@integer/key_tab"
            android:keyIcon="@drawable/sym_keyboard_tab"
            android:iconPreview="@drawable/sym_keyboard_feedback_tab"
            android:keyWidth="20%p"
            android:isModifier="true" />
        <Key
            android:keyLabel="."
Loading