如何在android中执行此滑动视图

时间:2015-07-21 19:25:25

标签: android android-layout android-studio swipe

我怎么能在android中执行此滑动?这是android 5 app设置活动。

App Settings

2 个答案:

答案 0 :(得分:1)

您需要使用yourCollectionView.delaysContentTouches = NO; 实现jQuery('.edit-link').on("click", function() { var thisJobId = jQuery(this).attr('id').split('-')[1]; console.log("thisJobId = " + thisJobId); // test });

github中有很多可用的库:

https://github.com/eccyan/SpinningTabStrip

https://github.com/lsjwzh/RecyclerViewPager

https://github.com/JakeWharton/ViewPagerIndicator

您可以在此处查看更多内容:

http://snowdream.github.io/awesome-android/#Menu

答案 1 :(得分:0)

使用ViewPager来实现此目的。您还可以添加此示例中的标签。

参考:

Creating Swipe Views with Tabs

ViewPager