This might be helpful:

http://developer.android.com/reference/android/view/View.html#setOnFocusChangeListener%28android.view.View.OnFocusChangeListener%29

You can create one or implement it on your activity and link as many views 
to it as you want. You should receive an event for focus gained and lost.

Steven
Studio LFP
http://www.studio-lfp.com


On Sunday, October 16, 2011 11:27:16 PM UTC-5, abi wrote:
>
> Hi, 
>
> I have a list view and a bottom bar in a layout. I can't focus the 
> bottom bar after focusing the list view. 
> How to find focus lost from list view. At that time I need to focus 
> that bottom bar. 
>
> Please Suggest... 
>
> Regards, 
> Abi

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