android.support.v4.widget.SwipeRefreshLayout working but it is not visible
问题 I am using a SwipeRefreshLayout to refresh the content. The problem is that it is working, but is not visible while swiping down. Here's how I have SwipeRefreshLayout in xml file: <?xml version="1.0" encoding="utf-8"?> <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent