mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-04 23:55:08 +01:00
Add padding to end of app_list
A small amount of padding at the end of `app_list` to signify that the end of the list has been reached was added.
This commit is contained in:
parent
bac7c526ef
commit
1d984b6de3
@ -130,6 +130,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:clipToPadding="false"
|
||||
android:overScrollMode="never" />
|
||||
android:overScrollMode="ifContentScrolls"
|
||||
android:paddingBottom="20dp"/>
|
||||
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
|
Loading…
Reference in New Issue
Block a user