Get rid of card suits from Arabic keyboard

Bug: 5439295
Change-Id: Idbcd51acb927d5a9d549c91c93a1a6e32ba8be24
main
Tadashi G. Takaoka 2011-10-11 11:10:25 +09:00
parent 381adec657
commit 6984a42024
5 changed files with 5 additions and 3 deletions

View File

@ -74,4 +74,5 @@
<string name="keyhintlabel_for_dash">"\u064b"</string>
<string name="more_keys_for_apostrophe">"\u061f,\u061b,!,:,-,/,\',\""</string>
<string name="more_keys_for_dash">"\u0651,\u0652,\u064c,\u0640,\u064f,\u064e,\u0650,\u064b,\u064d"</string>
<string name="more_keys_for_bullet"></string>
</resources>

View File

@ -96,4 +96,5 @@
<string name="keyhintlabel_for_dash">_</string>
<string name="more_keys_for_apostrophe">\"</string>
<string name="more_keys_for_dash">_</string>
<string name="more_keys_for_bullet">♪,♥,♠,♦,♣</string>
</resources>

View File

@ -36,7 +36,7 @@
latin:keyLabel="|" />
<Key
latin:keyLabel="•"
latin:moreKeys="♪,♥,♠,♦,♣" />
latin:moreKeys="@string/more_keys_for_bullet" />
<Key
latin:keyLabel="√" />
<Key

View File

@ -40,7 +40,7 @@
latin:keyLabel="|" />
<Key
latin:keyLabel="•"
latin:moreKeys="♪,♥,♠,♦,♣" />
latin:moreKeys="@string/more_keys_for_bullet" />
<Key
latin:keyLabel="√" />
<Key

View File

@ -36,7 +36,7 @@
latin:keyLabel="|" />
<Key
latin:keyLabel="•"
latin:moreKeys="♪,♥,♠,♦,♣" />
latin:moreKeys="@string/more_keys_for_bullet" />
<Key
latin:keyLabel="√" />
<Key