ExpandableLayout icon indicating copy to clipboard operation
ExpandableLayout copied to clipboard

🦚 An expandable layout that shows a two-level layout with an indicator.

Results 13 ExpandableLayout issues
Sort by recently updated
recently updated
newest added

how to set parent height dynamicly?

I tried to create multple expanded layouts in java code and add dynamic contont to the layouts but could not as the constructor for the expandable layout only takes xml...

- implementation "com.github.skydoves:expandablelayout:1.0.7" - Device : All I am trying to set multiline text in parent layout textview. It's working in XML preview and when i run the device its...