Merge "Fix the bacground color for "/" in URL mode" into gingerbread
commit
31e2a94a09
|
@ -242,7 +242,8 @@
|
||||||
android:isModifier="true" />
|
android:isModifier="true" />
|
||||||
<Key
|
<Key
|
||||||
android:keyLabel="/"
|
android:keyLabel="/"
|
||||||
android:keyWidth="10%p" />
|
android:keyWidth="10%p"
|
||||||
|
android:isModifier="true" />
|
||||||
<Key
|
<Key
|
||||||
android:codes="32"
|
android:codes="32"
|
||||||
android:keyIcon="@drawable/sym_keyboard_space"
|
android:keyIcon="@drawable/sym_keyboard_space"
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
<Key android:codes="@integer/key_settings" android:keyIcon="@drawable/sym_keyboard_settings"
|
<Key android:codes="@integer/key_settings" android:keyIcon="@drawable/sym_keyboard_settings"
|
||||||
android:iconPreview="@drawable/sym_keyboard_feedback_settings"
|
android:iconPreview="@drawable/sym_keyboard_feedback_settings"
|
||||||
android:keyWidth="10%p" android:isModifier="true"/>
|
android:keyWidth="10%p" android:isModifier="true"/>
|
||||||
<Key android:keyLabel="/" android:keyWidth="10%p"/>
|
<Key android:keyLabel="/" android:keyWidth="10%p" android:isModifier="true"/>
|
||||||
<Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
|
<Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
|
||||||
android:iconPreview="@drawable/sym_keyboard_feedback_space"
|
android:iconPreview="@drawable/sym_keyboard_feedback_space"
|
||||||
android:keyWidth="30%p" android:isRepeatable="true" android:isModifier="true"/>
|
android:keyWidth="30%p" android:isRepeatable="true" android:isModifier="true"/>
|
||||||
|
|
|
@ -211,7 +211,8 @@
|
||||||
android:isModifier="true" />
|
android:isModifier="true" />
|
||||||
<Key
|
<Key
|
||||||
android:keyLabel="/"
|
android:keyLabel="/"
|
||||||
android:keyWidth="10%p" />
|
android:keyWidth="10%p"
|
||||||
|
android:isModifier="true" />
|
||||||
<Key
|
<Key
|
||||||
android:codes="32"
|
android:codes="32"
|
||||||
android:keyIcon="@drawable/sym_keyboard_space"
|
android:keyIcon="@drawable/sym_keyboard_space"
|
||||||
|
|
|
@ -162,7 +162,8 @@
|
||||||
android:isModifier="true" />
|
android:isModifier="true" />
|
||||||
<Key
|
<Key
|
||||||
android:keyLabel="/"
|
android:keyLabel="/"
|
||||||
android:keyWidth="10%p" />
|
android:keyWidth="10%p"
|
||||||
|
android:isModifier="true" />
|
||||||
<Key
|
<Key
|
||||||
android:codes="32"
|
android:codes="32"
|
||||||
android:keyIcon="@drawable/sym_keyboard_space"
|
android:keyIcon="@drawable/sym_keyboard_space"
|
||||||
|
|
|
@ -240,7 +240,8 @@
|
||||||
android:isModifier="true" />
|
android:isModifier="true" />
|
||||||
<Key
|
<Key
|
||||||
android:keyLabel="/"
|
android:keyLabel="/"
|
||||||
android:keyWidth="10%p" />
|
android:keyWidth="10%p"
|
||||||
|
android:isModifier="true" />
|
||||||
<Key
|
<Key
|
||||||
android:codes="32"
|
android:codes="32"
|
||||||
android:keyIcon="@drawable/sym_keyboard_space"
|
android:keyIcon="@drawable/sym_keyboard_space"
|
||||||
|
|
|
@ -184,7 +184,8 @@
|
||||||
android:isModifier="true" />
|
android:isModifier="true" />
|
||||||
<Key
|
<Key
|
||||||
android:keyLabel="/"
|
android:keyLabel="/"
|
||||||
android:keyWidth="10%p" />
|
android:keyWidth="10%p"
|
||||||
|
android:isModifier="true" />
|
||||||
<Key
|
<Key
|
||||||
android:codes="32"
|
android:codes="32"
|
||||||
android:keyIcon="@drawable/sym_keyboard_space"
|
android:keyIcon="@drawable/sym_keyboard_space"
|
||||||
|
|
|
@ -175,7 +175,8 @@
|
||||||
android:isModifier="true" />
|
android:isModifier="true" />
|
||||||
<Key
|
<Key
|
||||||
android:keyLabel="/"
|
android:keyLabel="/"
|
||||||
android:keyWidth="10%p" />
|
android:keyWidth="10%p"
|
||||||
|
android:isModifier="true" />
|
||||||
<Key
|
<Key
|
||||||
android:codes="32"
|
android:codes="32"
|
||||||
android:keyIcon="@drawable/sym_keyboard_space"
|
android:keyIcon="@drawable/sym_keyboard_space"
|
||||||
|
|
|
@ -243,7 +243,8 @@
|
||||||
android:isModifier="true" />
|
android:isModifier="true" />
|
||||||
<Key
|
<Key
|
||||||
android:keyLabel="/"
|
android:keyLabel="/"
|
||||||
android:keyWidth="10%p" />
|
android:keyWidth="10%p"
|
||||||
|
android:isModifier="true" />
|
||||||
<Key
|
<Key
|
||||||
android:codes="32"
|
android:codes="32"
|
||||||
android:keyIcon="@drawable/sym_keyboard_space"
|
android:keyIcon="@drawable/sym_keyboard_space"
|
||||||
|
|
|
@ -230,7 +230,8 @@
|
||||||
android:isModifier="true" />
|
android:isModifier="true" />
|
||||||
<Key
|
<Key
|
||||||
android:keyLabel="/"
|
android:keyLabel="/"
|
||||||
android:keyWidth="10%p" />
|
android:keyWidth="10%p"
|
||||||
|
android:isModifier="true" />
|
||||||
<Key
|
<Key
|
||||||
android:codes="32"
|
android:codes="32"
|
||||||
android:keyIcon="@drawable/sym_keyboard_space"
|
android:keyIcon="@drawable/sym_keyboard_space"
|
||||||
|
|
Loading…
Reference in New Issue