aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2010-06-30 19:10:11 +0900
committerKen Wakasa <kwakasa@google.com>2010-06-30 19:10:11 +0900
commit67607ea8b12a149f95a5d74b94ff550eac4bd0ff (patch)
tree5daa6a434b4588f23882d8b4e745b563c8173949 /java/res/xml
parent40c86618c1dab44ccb4fe1ae3e7eee88f4cfb998 (diff)
downloadlatinime-67607ea8b12a149f95a5d74b94ff550eac4bd0ff.tar.gz
latinime-67607ea8b12a149f95a5d74b94ff550eac4bd0ff.tar.xz
latinime-67607ea8b12a149f95a5d74b94ff550eac4bd0ff.zip
Fix "pi" input issues. Added a popup for greek capital pi. Bug: 2220892
Change-Id: Ie465e2ed93c79b0efe9d518cc44df1028f1bb392
Diffstat (limited to 'java/res/xml')
-rwxr-xr-xjava/res/xml/kbd_symbols_shift.xml5
-rwxr-xr-xjava/res/xml/kbd_symbols_shift_black.xml5
2 files changed, 8 insertions, 2 deletions
diff --git a/java/res/xml/kbd_symbols_shift.xml b/java/res/xml/kbd_symbols_shift.xml
index 09b5c3f9d..ca431fc8c 100755
--- a/java/res/xml/kbd_symbols_shift.xml
+++ b/java/res/xml/kbd_symbols_shift.xml
@@ -34,7 +34,10 @@
android:popupCharacters="♪♥♠♦♣"
/>
<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="{"/>
diff --git a/java/res/xml/kbd_symbols_shift_black.xml b/java/res/xml/kbd_symbols_shift_black.xml
index dc8425125..a8acb9d00 100755
--- a/java/res/xml/kbd_symbols_shift_black.xml
+++ b/java/res/xml/kbd_symbols_shift_black.xml
@@ -34,7 +34,10 @@
android:popupCharacters="♪♥♠♦♣"
/>
<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="{"/>