Reputation: 369
I want to change UI contents of a cardview on selection of a radio button, the example shown above is of Add Reminder from Google Keep, it changes the card contents when we select different radio option. It should animate while expanding or collapsing according to the contents. How can I achieve this in Android Studio?
Upvotes: 1
Views: 510
Reputation: 634
Use two layouts in just play with visibility on radio button state change.
Upvotes: 1