Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Drag and Expand View

I need to implement something similar to Android's notification bar. I would like to make a view that the user can drag and expand. The part that is not visible at the bigining has more views. (The image below explain what I want to achieve).

enter image description here

like image 964
Stanete Avatar asked Nov 02 '22 03:11

Stanete


1 Answers

you can use sliding drawer i know its deprecated but still works well even in android 4.4 have a look at this tutorial for sliding drawer

like image 198
Maulik.J Avatar answered Nov 11 '22 11:11

Maulik.J