blob: 57a0e48a2ad315de1547d635c9238037bd921acf [file] [log] [blame]
<android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="match_parent"
android:layout_width="match_parent">
<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/swipe_container"
android:layout_height="match_parent"
android:layout_width="match_parent">
<android.support.v7.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"/>
</android.support.v4.widget.SwipeRefreshLayout>
<include
layout="@layout/layout_sweet_exception_handler"
android:id="@+id/layout_error"
android:visibility="gone"/>
</android.support.design.widget.CoordinatorLayout>