Skip to content
Permalink
Browse files
Merge pull request #10541 from t895/list-fix
Android: Fix games list padding
  • Loading branch information
JosJuice committed Mar 28, 2022
2 parents c08a23b + 8a0c681 commit 0204b11
Showing 1 changed file with 3 additions and 1 deletion.
@@ -16,7 +16,9 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:listitem="@layout/card_game"
android:paddingTop="8dp"/>
android:clipToPadding="false"
android:paddingTop="8dp"
android:paddingBottom="8dp"/>

</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>

0 comments on commit 0204b11

Please sign in to comment.