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" …