SwipeRerefreshLayout behavior with EmptyView
<SwipeRefreshLayout …> <FrameLayout> <RecyclerView … /> <TextView … /> </FrameLayout> </SwipeRefreshLayout> public class SwipeRefreshLayoutWithEmpty extends SwipeRefreshLayout { private ViewGroup container;…