remance / Masendor

Open source educational and historical battle action game, All helps accepted
MIT License
142 stars 31 forks source link

Hide expand on list UI #61

Closed coppermouse closed 1 year ago

coppermouse commented 1 year ago

Made new adapter ListAdapterHideExpand

It implements hide and expand. Items are structured in different levels. It takes a normal list of strings but the levels are being based on the string-name if and how many '>' it starts with

colors are a bit better

ListUI changes

I had to implement a scroll bar updater because now we have a list that can change is length

coppermouse commented 1 year ago

NOTE: it is not done but I think we should merge with dev just so are sure that nothing have been broken on the normal ListUI