I am using eclipse for android development. I used swipeRefreshLayout in my app. My problem is, when I swipe the ring (circle animation) animation is not displayed instead the line horizontal type is displaying but the color what I fixed for swipe that's working fine and also I want to take some distance and time while I am swiping. Please help me how to I show the circle rotate animation on swiping.
<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/swipe_refresh"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:focusable="true" >
<android.support.v4.view.ViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="8" />
</android.support.v4.widget.SwipeRefreshLayout>
and please refer the below image
i want to show like this
Thanks in advance