Skip to content

Creating ExpandableCardViews dynamically #1

@Spikatrix

Description

@Spikatrix

Is there a way to dynamically create ExpandableCardViews? Something like:

ExpandableCardView ecv = new ExpandableCardView(this);
ecv.setInnerView(...);
ecv.setTitleTextColor(...); 
// etc

I've tinkered a bit with this but couldn't find a way to programmatically set attributes for it.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions