Tweak key width for 'o'-popup chars.
We'll merge this to master for now, but we should have new attr (such as popupCharWidth) to handle this reasonably in the newly created BaseKeyboard class.
bug: 3082178
Change-Id: I024b946aafbbeb07b865a09f489dacb56f0478d0
diff --git a/java/res/xml/kbd_qwerty.xml b/java/res/xml/kbd_qwerty.xml
index 446467f..c6113ab 100644
--- a/java/res/xml/kbd_qwerty.xml
+++ b/java/res/xml/kbd_qwerty.xml
@@ -61,7 +61,7 @@
android:popupCharacters="@string/alternates_for_i" />
<Key
android:keyLabel="o"
- android:popupKeyboard="@xml/kbd_popup_template"
+ android:popupKeyboard="@xml/kbd_popup_narrow_template"
android:popupCharacters="@string/alternates_for_o" />
<Key
android:keyLabel="p"