14
SwipeRefreshLayout setRefreshing () изначально не показывает индикатор
У меня есть очень простой макет , но когда я звоню setRefreshing(true)в onActivityCreated()моем фрагменте, он не показывает на начальном этапе. Это показывает только когда я делаю тягу, чтобы обновить. Есть идеи, почему он не появляется изначально? Фрагмент xml: <android.support.v4.widget.SwipeRefreshLayout android:id="@+id/swipe_container" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent"> <ScrollView android:layout_width="match_parent" android:layout_height="match_parent"> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" …