开发者

Change ListViewItems Layout with a Right Swipe. Android

开发者 https://www.devze.com 2023-02-12 02:48 出处:网络
i\'ve now got the listview and it\'s touch actions and swipe actions working. But now i\'m not sure how i can implement a swipe effect, like it\'s in the twitter app.

i've now got the listview and it's touch actions and swipe actions working. But now i'm not sure how i can implement a swipe effect, like it's in the twitter app.

I've found in the in开发者_Python百科ternet that it's possible to animate 2 views with a viewflipper, but is it possible to animate two layouts in the same way?

Anyone out there, who knows how i can implement such a function?

The only thing i want is to switch the ListViewsItem layout with a swipe.


Simple, set both the item views in 2 separate thread and then start both of them.

0

精彩评论

暂无评论...
验证码 换一张
取 消