AleSpero / ExpandableCardView

Simple expandable CardView for Android.
Apache License 2.0
689 stars 88 forks source link

Dynamically view problem #22

Open skacuk opened 6 years ago

skacuk commented 6 years ago

It does not update size when adding or removing a view to card.

It's a big problem for me.

Ayusch commented 6 years ago

Do you mean innerView ?

skacuk commented 6 years ago

Yes. A have a linear layout for innerView. It's my root layout. I have to add a view to innerView layout programmatically. I can do this but although the size of the innerVİew is growing, the size of the expandableCardLayout is not growing. So the added views disappear because the card is small.

I have to solve this.