ListView的header在滚动过程中会产生视差效果。项目地址:https://github.com/mattlogan/ParallaxListView效果图:使用方法在平时使用ListView的地方使用ParallaxListView。像平时一样调用setAdapter(ListAdapteradapter)方法,不用关心header的问题。调用setHeaderDrawable(Drawabledrawable)设置一个headerParallaxListView包含了一些样式属性,比如分割线颜色,分割线高度,header_height,parallax_factor等