Android中侧滑的场景有很大,大部分是基于RecyclerView,但是有些时候你可以动态地addView到一个布局当中,也希望它实现侧滑,所以就产生了ASwipeLayout,该控件不仅支持在RecyclerView中实现侧滑 实际上只要你包裹了这层布局,都能实现侧滑. 1.效果图 2.使用方式其实挺简单的,在设计的时候,就是想着怎么简单怎么来 2.1引入库: Step 1. Add it in your root build.gradle at the end of repositori…