Re: [android-developers] ExpandableListView and group indicator

2011-10-12 Thread Kostya Vasilyev
Try invalidating the view. 12.10.2011 16:42, wang пишет: Hi all, I use ExpandableListView, and group indicator I set selector to check android:state_expanded, if it is true, set to down image, or if it is false, I set right image. Now I have a little data from database, and show with Expandable

Re: [android-developers] ExpandableListView and group indicator

2011-10-12 Thread TreKing
On Wed, Oct 12, 2011 at 7:42 AM, wang wrote: > how can I show right image to default? Collapse the group. Just because the data is gone does not mean the state changed. - TreKing

[android-developers] ExpandableListView and group indicator

2011-10-12 Thread wang
Hi all, I use ExpandableListView, and group indicator I set selector to check android:state_expanded, if it is true, set to down image, or if it is false, I set right image. Now I have a little data from database, and show with ExpandableListView, and I click one group to expand(the image is down)