Hello,

I've implemented an IME package with 3 input method services.  In android 
3.2, there is a status bar keyboard icon that allows the user to change the 
input method.  I can see my input methods listed.  The problem is, the icon 
and the text label used in the list is the value used for the 
application/package, not the specific IME service.  In the manifest xml 
file, I specified specific icons and text labels for each input method.  The 
input methods show up, but the icons and labels don't.  Do I need to set 
these icons/labels somewhere else?

Note: I set the "icon" and "label" in the <service /> tag in the manifest 
xml.  I should mention that the label text is in Chinese.  I don't know if 
that matters.  The icon is a PNG in the res/drawable-xhdpi directory.  I 
have the same icon in res/drawable-hdpi directory.  So I don't think it is 
an issue with screen size or resolution.

--jc

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to