diff options
author | 2009-11-03 12:20:22 -0800 | |
---|---|---|
committer | 2009-11-03 12:20:22 -0800 | |
commit | d6e8451e52bb7e1b9a43ee377b2c571ff312a90b (patch) | |
tree | 0e30174ca686e58af35c484f2cfe47b9cf022572 | |
parent | 988734b802a1ecdfcce6ca6d1949405f61b26ab2 (diff) | |
parent | c2a1b756b88b0b779887c0d85a778c9ab62f3cf2 (diff) | |
download | latinime-d6e8451e52bb7e1b9a43ee377b2c571ff312a90b.tar.gz latinime-d6e8451e52bb7e1b9a43ee377b2c571ff312a90b.tar.xz latinime-d6e8451e52bb7e1b9a43ee377b2c571ff312a90b.zip |
am c2a1b756: Merge change I46984565 into eclair-mr2
Merge commit 'c2a1b756b88b0b779887c0d85a778c9ab62f3cf2' into eclair-mr2-plus-aosp
* commit 'c2a1b756b88b0b779887c0d85a778c9ab62f3cf2':
Add some additional glyphs to longpress key dialogs.
-rwxr-xr-x | res/xml/kbd_symbols.xml | 9 | ||||
-rwxr-xr-x | res/xml/kbd_symbols_shift.xml | 15 |
2 files changed, 18 insertions, 6 deletions
diff --git a/res/xml/kbd_symbols.xml b/res/xml/kbd_symbols.xml index f3b8833dc..48afd89a1 100755 --- a/res/xml/kbd_symbols.xml +++ b/res/xml/kbd_symbols.xml @@ -73,7 +73,7 @@ <Key android:codes="38" android:keyLabel="&"/> <Key android:codes="42" android:keyLabel="*" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="†‡" + android:popupCharacters="†‡⁂★" /> <Key android:codes="45" android:keyLabel="-" android:popupKeyboard="@xml/kbd_popup_template" @@ -105,7 +105,10 @@ android:popupKeyboard="@xml/kbd_popup_template" android:popupCharacters="“”«»˝" /> - <Key android:codes="39" android:keyLabel="\'"/> + <Key android:codes="39" android:keyLabel="\'" + android:popupKeyboard="@xml/kbd_popup_template" + android:popupCharacters="‘’" + /> <Key android:codes="58" android:keyLabel=":"/> <Key android:codes="59" android:keyLabel=";"/> <Key android:codes="47" android:keyLabel="/" /> @@ -136,4 +139,4 @@ android:iconPreview="@drawable/sym_keyboard_feedback_return" /> </Row> -</Keyboard>
\ No newline at end of file +</Keyboard> diff --git a/res/xml/kbd_symbols_shift.xml b/res/xml/kbd_symbols_shift.xml index 56428a3ad..d83594a24 100755 --- a/res/xml/kbd_symbols_shift.xml +++ b/res/xml/kbd_symbols_shift.xml @@ -29,7 +29,10 @@ <Key android:keyLabel="~" android:keyEdgeFlags="left"/> <Key android:keyLabel="`"/> <Key android:keyLabel="|"/> - <Key android:keyLabel="•"/> + <Key android:keyLabel="•" + android:popupKeyboard="@xml/kbd_popup_template" + android:popupCharacters="♪♥♠♦♣" + /> <Key android:keyLabel="√"/> <Key android:keyLabel="π"/> <Key android:keyLabel="÷"/> @@ -44,7 +47,10 @@ <Key android:keyLabel="¢"/> <Key android:keyLabel="€"/> <Key android:keyLabel="°"/> - <Key android:keyLabel="^"/> + <Key android:keyLabel="^" + android:popupKeyboard="@xml/kbd_popup_template" + android:popupCharacters="↑↓←→" + /> <Key android:keyLabel="_"/> <Key android:keyLabel="=" android:popupKeyboard="@xml/kbd_popup_template" @@ -61,7 +67,10 @@ <Key android:keyLabel="™"/> <Key android:keyLabel="®"/> <Key android:keyLabel="©"/> - <Key android:keyLabel="¶"/> + <Key android:keyLabel="¶" + android:popupKeyboard="@xml/kbd_popup_template" + android:popupCharacters="§" + /> <Key android:keyLabel="\\"/> <Key android:keyLabel="<" android:popupKeyboard="@xml/kbd_popup_template" |