<?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_marginLeft="0dp"
android:paddingTop="16dp"
android:paddingBottom="16dp"
android:clipToPadding="false"
android:divider="@color/white"
android:dividerHeight="14dp" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>