Example usage for android.widget ExpandableListView setGroupIndicator

List of usage examples for android.widget ExpandableListView setGroupIndicator

Introduction

In this page you can find the example usage for android.widget ExpandableListView setGroupIndicator.

Prototype

public void setGroupIndicator(Drawable groupIndicator) 

Source Link

Document

Sets the indicator to be drawn next to a group.

Usage