Merge remote-tracking branch 'refs/remotes/origin/2.7.x-release'

This commit is contained in:
misaochan 2018-06-06 18:59:29 +10:00
commit 5c479b5624
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>