Kostya, I will try ASAP. I'm currently struggling with adb issue (my sgs2 got OTA update to ICS, and now Ubuntu does not 'see' the device so can't test on the device. The emulator has it's own issues with soft keyboard.
On Thu, May 17, 2012 at 12:39 PM, Kostya Vasilyev <[email protected]>wrote: > Following the code in EditText (actually, TextView), to see how > android:imeOptions value is used, brings us here: > > https://github.com/android/**platform_frameworks_base/blob/** > master/core/java/android/**widget/TextView.java#L5605<https://github.com/android/platform_frameworks_base/blob/master/core/java/android/widget/TextView.java#L5605> > > @Override > public InputConnection onCreateInputConnection(**EditorInfo outAttrs) { > } > > ... which copies the value of imeOptions into outAttrs.imeOptions. > > Perhaps you could try doing the same in your view to see if it helps. > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

