am 31e2a94a: Merge "Fix the bacground color for "/" in URL mode" into gingerbread

Merge commit '31e2a94a09b1e054e5fab041876596f24c9cd279' into gingerbread-plus-aosp

* commit '31e2a94a09b1e054e5fab041876596f24c9cd279':
  Fix the bacground color for "/" in URL mode
main
satok 2010-09-08 10:31:50 -07:00 committed by Android Git Automerger
commit 6ee4e43929
9 changed files with 25 additions and 17 deletions

View File

@ -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"
@ -392,4 +393,4 @@
android:keyEdgeFlags="right"
android:isModifier="true" />
</Row>
</Keyboard>
</Keyboard>

View File

@ -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"/>

View File

@ -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"
@ -361,4 +362,4 @@
android:keyEdgeFlags="right"
android:isModifier="true" />
</Row>
</Keyboard>
</Keyboard>

View File

@ -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"
@ -312,4 +313,4 @@
android:keyEdgeFlags="right"
android:isModifier="true" />
</Row>
</Keyboard>
</Keyboard>

View File

@ -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"
@ -390,4 +391,4 @@
android:keyEdgeFlags="right"
android:isModifier="true" />
</Row>
</Keyboard>
</Keyboard>

View File

@ -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"
@ -334,4 +335,4 @@
android:keyEdgeFlags="right"
android:isModifier="true" />
</Row>
</Keyboard>
</Keyboard>

View File

@ -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"
@ -325,4 +326,4 @@
android:keyEdgeFlags="right"
android:isModifier="true" />
</Row>
</Keyboard>
</Keyboard>

View File

@ -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"
@ -393,4 +394,4 @@
android:keyEdgeFlags="right"
android:isModifier="true" />
</Row>
</Keyboard>
</Keyboard>

View File

@ -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"
@ -380,4 +381,4 @@
android:keyEdgeFlags="right"
android:isModifier="true" />
</Row>
</Keyboard>
</Keyboard>