ExpandableLayout icon indicating copy to clipboard operation
ExpandableLayout copied to clipboard

is there any way to implement expandable indicator (groupIndicator) ?

Open LOG-TAG opened this issue 9 years ago • 4 comments

This is awesome library but is there any way to use android:groupIndicator="@drawable/settings_selector" like expandablelistview in ExpandableLayout header?

get

or any onclick , on expand collapse listener available such that we can animate the vectordrawables or images like new material drawer in ExpandableLayout header!

LOG-TAG avatar Apr 01 '15 11:04 LOG-TAG

+1

silviahisham avatar Nov 23 '15 03:11 silviahisham

+1

jagatappv avatar Mar 24 '16 14:03 jagatappv

+1

myvaheed avatar May 14 '16 15:05 myvaheed

allprojects { version = VERSION_NAME // not working group = GROUP // not working

repositories {
    jcenter()
}

} What should I do here?

version = '1.1'
group = 'foo'

I changed it here but it is still not valid and happend

Error:No such property: GROUP for class: org.gradle.api.publication.maven.internal.ant.DefaultGroovyMavenDeployer

did you meet this problem?

kscMaster avatar Oct 20 '16 02:10 kscMaster