daimajia / AndroidSwipeLayout

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

swiping layout and bottom wrapper textview counting #340

Open egemendurmus opened 8 years ago

egemendurmus commented 8 years ago

firstly sory my english ; ı want when ı swiping textiview counts +or - ; ı use thread but ıcant do it auto close ; ıwant not close swipe and counting together ; how is solution ; thanks for sharing :)

vladut-dascalescu commented 8 years ago

Hi @egemendurmus,

Could you try explain again ? I understand that you want to count the times a swipeLayout has been opened/closed, right ? At first the count is 0, and if I open it three 3 times and close is twice, the count should be 1 ? There are simple layouts, or you want to do this for all the item in a listview ?