Merge pull request #10541 from t895/list-fix

Android: Fix games list padding
This commit is contained in:
JosJuice
2022-03-28 17:55:48 +02:00
committed by GitHub

View File

@ -16,7 +16,9 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
tools:listitem="@layout/card_game" tools:listitem="@layout/card_game"
android:paddingTop="8dp"/> android:clipToPadding="false"
android:paddingTop="8dp"
android:paddingBottom="8dp"/>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>