If I use the default group indicator (not setting a new one), how can I know the padding width for the layout of groupview?

So can let my layout won't overlap with the group indicator.

Is that possible? Because I can't find a method to getGroupIndicator. Or I must have to set a new one that I know its size.

Thanks!

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

I found the attribute here:

android:paddingLeft="?android:attr/expandableListPreferredItemPaddingLeft"
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.