Fix issue #1332 : Contribution Image auto/manual refresh if fetching fails

This commit is contained in:
Aarnav Jindal 2018-04-30 16:52:50 +05:30 committed by neslihanturan
parent 533297dce7
commit 5aba7459bd
3 changed files with 16 additions and 2 deletions

View file

@ -24,6 +24,11 @@
android:id="@+id/loadingContributionsProgressBar"
/>
<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/swipeRefreshLayout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<GridView
android:id="@+id/contributionsList"
android:layout_height="match_parent"
@ -35,5 +40,5 @@
android:fadingEdge="none"
android:fastScrollEnabled="true"
/>
</android.support.v4.widget.SwipeRefreshLayout>
</RelativeLayout>