ExpandableLayout
ExpandableLayout copied to clipboard
is there any way to implement expandable indicator (groupIndicator) ?
This is awesome library but is there any way to use android:groupIndicator="@drawable/settings_selector" like expandablelistview in ExpandableLayout header?
or any onclick , on expand collapse listener available such that we can animate the vectordrawables or images like new material drawer in ExpandableLayout header!
+1
+1
+1
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?