Nexen23 / I_am_here

Basis for realtime rooms (e.g. chat) with limited time
9 stars 2 forks source link

UserLayout view animate vertical #1

Open noumanahmads opened 6 years ago

noumanahmads commented 6 years ago

What if I have to animate the UserLayoutView view vertical, can you please help me if possible.

Nexen23 commented 6 years ago

If you ask about appearing animation, then it is done by this. If you talk about gradient, you should look into this. Also there is my stackoverflow post about how it works. Also I do not recommend you to use approach covered in this project. It is really legacy (I mean ListFragments aren't used anymore). And RecyclerView is a way to go with the animations of the lists.