Try implementing the AdapterView.OnItemSelectedListener interface...

Thanks,
Justin

----------------------------------------------------------------------
There are only 10 types of people in the world...
Those who know binary and those who don't.
----------------------------------------------------------------------


On Fri, Sep 25, 2009 at 3:57 AM, Brian <[email protected]> wrote:

>
>  Hi there,
>
> I have been tinkering with the ExpandableListView and would like to
> tweak its behaviour a little bit. Right now you can navigate through
> the expandable list and when you select an entry (group) it will
> expand and display its children.  However, I would like to expand the
> group automatically as soon as the group receives the focus (almost
> like a fisheye list).
>
> I managed to overwrite  "onGroupExpand(int groupPosition)"  to close
> all other entries before expanding the selected group. But I cannot
> find any way to install any focus listeners which gets notified when a
> group receives focus... Does anyone know how to do this?
>
> Regards, Brian
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to