2
Good morning to you all. Could someone give me a help on how to create a layout similar to the Android clock APP? I would like to do something very similar with these screens. If you can help me with XML code or links to blogs and websites, I’d be grateful. I would mainly like this list effect with several items that can be expanded, but I believe that this is not Expandable list view.
It seems to be a list with several items. You click to expand the item, it has no other sub-items but the same, only more information appears.
My main question is to do this expansion on Adapter. The rest I don’t even want to do. Listview with custom Adapter I know how to do. I will try to implement here and return. Thanks for the help.
– Lucas Santos
Okay, this you can do by setting the visibility even. Good luck!
– Luiz
I managed to do with Setvisibility and animateLayoutChanges. A little different but the effect itself desired I managed. Thank you.
– Lucas Santos