blob: 112faf569807d94c3e91f1bed6aa534563e14606 [file] [log] [blame]
<androidx.coordinatorlayout.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="match_parent"
android:layout_width="match_parent">
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/swipe_container"
android:layout_height="match_parent"
android:layout_width="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_customers"
android:layout_centerHorizontal="true"
android:layout_height="0dp"
android:layout_marginBottom="@dimen/layout_padding_30dp"
android:layout_weight="1"
android:layout_width="wrap_content"/>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
<include
layout="@layout/layout_sweet_exception_handler"
android:id="@+id/layout_error"
android:visibility="gone"/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>