mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Android: Fix games list padding
Use clipToPadding="false" to prevent top white bar when scrolling
This commit is contained in:
parent
c08a23b374
commit
8a0c6816dd
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue