####动画百分比柱状图
####ViewPage效果
#####下拉刷新
//支持ListView ScrolView RecyclerView
<com.abe.dwwd.sporjectone.view.refresh.RefreshLayout
android:id="@+id/refresh_layout"
android:layout_height="match_parent"
android:layout_width="match_parent">
<ListView
android:id="@+id/list_view"
android:layout_width="match_parent"
android:layout_height="wrap_content">
</ListView>
</com.abe.dwwd.sporjectone.view.refresh.RefreshLayout>



