mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Fix issue #1332 : Contribution Image auto/manual refresh if fetching fails
This commit is contained in:
parent
533297dce7
commit
5aba7459bd
3 changed files with 16 additions and 2 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue