Hi all,

I'm working on a custom view for entering a pin code. Rather than a 
standard EditText, this has a box for each character and the boxes fill as 
the user types his pin. So far I'm making good progress: I can focus on the 
view, enter text, and fill/clear the boxes as characters are typed/deleted.

Areas where I'm having problems:

   1. The soft keyboard does not appear when the view gains focus, 
   regardless of whether it's through my tapping on it or having 
   <requestFocus/> in the xml.
   2. My custom view extends LinearLayout, but I'd like to be able to use 
   some xml attributes normally applicable to EditTexts, such as imeOptions 
   (once I get the keyboard to show).

Can anyone provide some guidance for these issues?

-- 
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