Fix the bacground color for "/" in URL mode
Change-Id: I832274244a9677ac98256ddfc4a25fdca517e228main
parent
232863ac1d
commit
007803c390
|
@ -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"
|
||||||
|
@ -392,4 +393,4 @@
|
||||||
android:keyEdgeFlags="right"
|
android:keyEdgeFlags="right"
|
||||||
android:isModifier="true" />
|
android:isModifier="true" />
|
||||||
</Row>
|
</Row>
|
||||||
</Keyboard>
|
</Keyboard>
|
||||||
|
|
|
@ -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"
|
||||||
|
@ -361,4 +362,4 @@
|
||||||
android:keyEdgeFlags="right"
|
android:keyEdgeFlags="right"
|
||||||
android:isModifier="true" />
|
android:isModifier="true" />
|
||||||
</Row>
|
</Row>
|
||||||
</Keyboard>
|
</Keyboard>
|
||||||
|
|
|
@ -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"
|
||||||
|
@ -312,4 +313,4 @@
|
||||||
android:keyEdgeFlags="right"
|
android:keyEdgeFlags="right"
|
||||||
android:isModifier="true" />
|
android:isModifier="true" />
|
||||||
</Row>
|
</Row>
|
||||||
</Keyboard>
|
</Keyboard>
|
||||||
|
|
|
@ -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"
|
||||||
|
@ -390,4 +391,4 @@
|
||||||
android:keyEdgeFlags="right"
|
android:keyEdgeFlags="right"
|
||||||
android:isModifier="true" />
|
android:isModifier="true" />
|
||||||
</Row>
|
</Row>
|
||||||
</Keyboard>
|
</Keyboard>
|
||||||
|
|
|
@ -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"
|
||||||
|
@ -334,4 +335,4 @@
|
||||||
android:keyEdgeFlags="right"
|
android:keyEdgeFlags="right"
|
||||||
android:isModifier="true" />
|
android:isModifier="true" />
|
||||||
</Row>
|
</Row>
|
||||||
</Keyboard>
|
</Keyboard>
|
||||||
|
|
|
@ -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"
|
||||||
|
@ -325,4 +326,4 @@
|
||||||
android:keyEdgeFlags="right"
|
android:keyEdgeFlags="right"
|
||||||
android:isModifier="true" />
|
android:isModifier="true" />
|
||||||
</Row>
|
</Row>
|
||||||
</Keyboard>
|
</Keyboard>
|
||||||
|
|
|
@ -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"
|
||||||
|
@ -393,4 +394,4 @@
|
||||||
android:keyEdgeFlags="right"
|
android:keyEdgeFlags="right"
|
||||||
android:isModifier="true" />
|
android:isModifier="true" />
|
||||||
</Row>
|
</Row>
|
||||||
</Keyboard>
|
</Keyboard>
|
||||||
|
|
|
@ -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"
|
||||||
|
@ -380,4 +381,4 @@
|
||||||
android:keyEdgeFlags="right"
|
android:keyEdgeFlags="right"
|
||||||
android:isModifier="true" />
|
android:isModifier="true" />
|
||||||
</Row>
|
</Row>
|
||||||
</Keyboard>
|
</Keyboard>
|
||||||
|
|
Loading…
Reference in New Issue