<?xml version="1.0" encoding="utf-8"?> <androidx.swiperefreshlayout.widget.SwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/refresh" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="0dp" android:paddingTop="0dp" tools:context=".views.main_menu_ui.home.HomeFragment"> <ListView android:id="@+id/animation_view" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_margin="0dp" android:padding="16dp" android:clipToPadding="false" android:divider="@color/white" android:dividerHeight="14dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:layout_constraintVertical_bias="0.0" /> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>