14
SwipeRefreshLayout setRefreshing () n'affiche pas l'indicateur au départ
J'ai une disposition très simple , mais quand je l' appelle setRefreshing(true)dans onActivityCreated()mon fragment, il ne montre pas au départ. Cela ne s'affiche que lorsque je fais une traction pour actualiser. Des idées pourquoi cela n'apparaît pas au départ? Fragment 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"> …