14
SwipeRefreshLayout setRefreshing () zeigt anfangs keine Anzeige an
Ich habe ein sehr einfaches Layout , aber wenn ich rufe setRefreshing(true)in onActivityCreated()meinem Fragmente, es zeigt nicht , zunächst. Es wird nur angezeigt, wenn ich zum Aktualisieren ziehe. Irgendwelche Ideen, warum es anfangs nicht auftaucht? 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"> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> …