ExpandableListView做的android时间轴,具体效果可看:http://www.open-open.com/lib/view/open1442815816419.html 。 child有左右滑动的效果并进行相关的操作(如:编辑、删除、置顶等),(RecycleView 多种type实现),包含child的滑动效果SwipeDragLayout,2.0版本sample项目使用了Databinding 来操作数据。