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

This commit is contained in:
misaochan 2018-06-12 19:43:21 +10:00
commit 699d150fed
5 changed files with 7 additions and 18 deletions

View file

@ -24,11 +24,6 @@
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"
@ -40,5 +35,5 @@
android:fadingEdge="none"
android:fastScrollEnabled="true"
/>
</android.support.v4.widget.SwipeRefreshLayout>
</RelativeLayout>