5

I am developing android application. I am finding following problem which isdisplayed by output image below. Please help me to solve my problem. Xml file

Output Screenshot -

Screenshot

Praveenkumar
  • 24,084
  • 23
  • 95
  • 173
Kushal Shah
  • 1,303
  • 2
  • 17
  • 33

2 Answers2

2

Use setIndicatorBounds.

Dev link: http://developer.android.com/reference/android/widget/ExpandableListView.html#setIndicatorBounds(int, int)

Example: http://androidcodesnips.blogspot.com/2011/07/expandable-list-view-move-group-icon.html

Check this stackoverflow link for more info: Expandable list view move group icon indicator to right

Community
  • 1
  • 1
erdomester
  • 11,789
  • 32
  • 132
  • 234
1

Try below code to your Expandable Listview -

android:indicatorRight

Once upon a time i've also done by this method only. Hope this helps you.

Pattabi Raman
  • 5,814
  • 10
  • 39
  • 60