Sto utilizzando supportv4: 22.0.0 per funzionare con SwipeRefreshLayout. Funziona bene ma mostra sempre un tipo di progresso circolare invece del progresso orizzontale.SwipeRefreshLayout non mostra il progresso orizzontale
Ho attaccato lo screenshot per una migliore comprensione
ho questo
ma voglio come questo Codice
sto usando in layout
<android.support.v4.widget.SwipeRefreshLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/ptr_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<ListView
android:id="@+id/lv_news_feed_details"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:divider="#dbdfea"
android:dividerHeight="1dp"
android:cacheColorHint="@null"
android:listSelector="#00000000"
/>
</android.support.v4.widget.SwipeRefreshLayout>
Java classe