This is a drop-down refresh animation for listView
follow these two simple steps:
create loading animation
<cyj.android.com.waittinganimation.WaittingLayout
android:layout_width="match_parent"
android:layout_height="match_parent"/>create drop-down refresh animation for listView
<cyj.android.com.waittinganimation.WaittingListView
android:layout_width="match_parent"
android:layout_height="match_parent"/>