blob: a4f4a8eafdf4586517ec7203cc75ae642ff8f053 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_height="match_parent"
android:layout_width="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_customers_deposit_accounts"
android:layout_centerHorizontal="true"
android:layout_height="match_parent"
android:layout_weight="1"
android:layout_width="match_parent"/>
<include
layout="@layout/layout_exception_handler"
android:id="@+id/layout_error"
android:visibility="gone"/>
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:clickable="true"
android:id="@+id/fab_add_deposit_accounts"
android:layout_gravity="bottom|end"
android:layout_height="wrap_content"
android:layout_margin="@dimen/layout_padding_16dp"
android:layout_width="wrap_content"
app:layout_behavior="org.apache.fineract.utils.ScrollFabBehavior"
app:srcCompat="@drawable/ic_add_black_24dp"/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>