android中的可滑动布局

时间:2016-01-26 10:55:13

标签: android android-layout

我想创建一个可以检测用户滑动的视图。

这就像是一个切换。

有两种状态:开启和关闭状态。

状态女巫有两个按钮可以点击。

关闭状态看起来像使用imageView和textView的简单线性布局。也可以通过相反的滑动返回On状态。

请查看图片。

enter image description here

我很欣赏任何想法。

感谢。

3 个答案:

答案 0 :(得分:1)

看起来像ViewDragHelper的作业,setEdgeTrackingEnabled设置为true。 查看my blogpost hereFlavien Laurent post here

答案 1 :(得分:1)

如果您想要实现这种类型的布局,请遵循此库

MaterialLeanBack on GIT结帐

enter image description here

  

compile' com.github.florent37:materialleanback:1.0.0@aar'

     

compile' com.android.support:cardview-v7:22.2.1'编译

     

' com.android.support:recyclerview-V7:22.2.1'编译

     

' com.nineoldandroids:库:2.4.0'

答案 2 :(得分:1)

我希望这个项目可以帮助你 AndroidSwipeLayout