Perguntas com a marcação «swiperefreshlayout»

14
SwipeRefreshLayout setRefreshing () não mostrando o indicador inicialmente
Eu tenho um layout muito simples, mas quando clico setRefreshing(true)no onActivityCreated()meu fragmento, ele não aparece inicialmente. Ele só mostra quando eu faço um puxão para atualizar. Alguma idéia de por que não está aparecendo inicialmente? Fragmento 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"> …

Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.