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:
PixelyIon 2022-03-11 15:53:02 +05:30
parent bac7c526ef
commit 1d984b6de3

View File

@ -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>