daimajia / AndroidSwipeLayout

The Most Powerful Swipe Layout!
MIT License
12.38k stars 2.67k forks source link

how to make ListView swipe menu on icon handle #407

Open riseres opened 7 years ago

riseres commented 7 years ago

Hi I want to make my ListView when swipe left to show more menu.

I googled and found this library https://github.com/daimajia/AndroidSwipeLayout .

but I want to use only with handle icon. It means only swipe on that icon to activate and show menu. Because I use PagerView for tabs, so when swipe on the rest area it will change tab.

Can you guide me how to do it?

http://stackoverflow.com/questions/41727494/android-how-to-make-listview-swipe-menu-on-icon-handle/41728290#41728290)