android Programming Glossary: state_empty
Change expandable indicator in ExpandableListView http://stackoverflow.com/questions/15501413/change-expandable-indicator-in-expandablelistview selector xmlns android http schemas.android.com apk res android item android drawable @drawable arrow_down android state_empty true item android drawable @drawable arrow_right android state_expanded true selector animation list android listview expandablelistview.. 8 selector xmlns android http schemas.android.com apk res android item android drawable @drawable arrow_right android state_empty true item item android drawable @drawable arrow_down android state_expanded true item item android drawable @drawable..
ExpandableListView - hide indicator for groups with no children http://stackoverflow.com/questions/4145090/expandablelistview-hide-indicator-for-groups-with-no-children That is you can set different image for different states. When the group has no children the corresponding state is 'state_empty' See these reference links http developer.android.com reference android widget ExpandableListView.html#attr_android groupIndicator.. widget ExpandableListView.html#attr_android groupIndicator http developer.android.com reference android R.attr.html#state_empty For state_empty you can set a different image which is not confusing or simply use transparent color to display nothing..... groupIndicator http developer.android.com reference android R.attr.html#state_empty For state_empty you can set a different image which is not confusing or simply use transparent color to display nothing... Add this item..
android:change indicator icon and size of expandablelistview used for navigation http://stackoverflow.com/questions/8293738/androidchange-indicator-icon-and-size-of-expandablelistview-used-for-navigation
|