Merge commit '6ee4e43929bd18b7d617d921f3ec259ff2b81592' * commit '6ee4e43929bd18b7d617d921f3ec259ff2b81592': Fix the bacground color for "/" in URL mode
This commit is contained in:
commit
938ba36710
9 changed files with 25 additions and 17 deletions
|
@ -242,7 +242,8 @@
|
|||
android:isModifier="true" />
|
||||
<Key
|
||||
android:keyLabel="/"
|
||||
android:keyWidth="10%p" />
|
||||
android:keyWidth="10%p"
|
||||
android:isModifier="true" />
|
||||
<Key
|
||||
android:codes="32"
|
||||
android:keyIcon="@drawable/sym_keyboard_space"
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
<Key android:codes="@integer/key_settings" android:keyIcon="@drawable/sym_keyboard_settings"
|
||||
android:iconPreview="@drawable/sym_keyboard_feedback_settings"
|
||||
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"
|
||||
android:iconPreview="@drawable/sym_keyboard_feedback_space"
|
||||
android:keyWidth="30%p" android:isRepeatable="true" android:isModifier="true"/>
|
||||
|
|
|
@ -211,7 +211,8 @@
|
|||
android:isModifier="true" />
|
||||
<Key
|
||||
android:keyLabel="/"
|
||||
android:keyWidth="10%p" />
|
||||
android:keyWidth="10%p"
|
||||
android:isModifier="true" />
|
||||
<Key
|
||||
android:codes="32"
|
||||
android:keyIcon="@drawable/sym_keyboard_space"
|
||||
|
|
|
@ -162,7 +162,8 @@
|
|||
android:isModifier="true" />
|
||||
<Key
|
||||
android:keyLabel="/"
|
||||
android:keyWidth="10%p" />
|
||||
android:keyWidth="10%p"
|
||||
android:isModifier="true" />
|
||||
<Key
|
||||
android:codes="32"
|
||||
android:keyIcon="@drawable/sym_keyboard_space"
|
||||
|
|
|
@ -240,7 +240,8 @@
|
|||
android:isModifier="true" />
|
||||
<Key
|
||||
android:keyLabel="/"
|
||||
android:keyWidth="10%p" />
|
||||
android:keyWidth="10%p"
|
||||
android:isModifier="true" />
|
||||
<Key
|
||||
android:codes="32"
|
||||
android:keyIcon="@drawable/sym_keyboard_space"
|
||||
|
|
|
@ -184,7 +184,8 @@
|
|||
android:isModifier="true" />
|
||||
<Key
|
||||
android:keyLabel="/"
|
||||
android:keyWidth="10%p" />
|
||||
android:keyWidth="10%p"
|
||||
android:isModifier="true" />
|
||||
<Key
|
||||
android:codes="32"
|
||||
android:keyIcon="@drawable/sym_keyboard_space"
|
||||
|
|
|
@ -175,7 +175,8 @@
|
|||
android:isModifier="true" />
|
||||
<Key
|
||||
android:keyLabel="/"
|
||||
android:keyWidth="10%p" />
|
||||
android:keyWidth="10%p"
|
||||
android:isModifier="true" />
|
||||
<Key
|
||||
android:codes="32"
|
||||
android:keyIcon="@drawable/sym_keyboard_space"
|
||||
|
|
|
@ -243,7 +243,8 @@
|
|||
android:isModifier="true" />
|
||||
<Key
|
||||
android:keyLabel="/"
|
||||
android:keyWidth="10%p" />
|
||||
android:keyWidth="10%p"
|
||||
android:isModifier="true" />
|
||||
<Key
|
||||
android:codes="32"
|
||||
android:keyIcon="@drawable/sym_keyboard_space"
|
||||
|
|
|
@ -230,7 +230,8 @@
|
|||
android:isModifier="true" />
|
||||
<Key
|
||||
android:keyLabel="/"
|
||||
android:keyWidth="10%p" />
|
||||
android:keyWidth="10%p"
|
||||
android:isModifier="true" />
|
||||
<Key
|
||||
android:codes="32"
|
||||
android:keyIcon="@drawable/sym_keyboard_space"
|
||||
|
|
Loading…
Reference in a new issue