64 lines
2.4 KiB
XML
64 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
fillViewport="true">
|
|
<androidx.core.widget.NestedScrollView
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_layout_category"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<TextView
|
|
id="@+id/tv_please_select"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/easycash_product_catalog_please_select"
|
|
textAlignment="center"
|
|
layout_marginVertical="@dimen/2131165433"
|
|
style="@style/2132017846"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rv_easycash_products"
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_marginBottom="16dp"
|
|
layout_weight="1"
|
|
layout_marginHorizontal="@dimen/2131165433"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
<LinearLayout
|
|
gravity="center"
|
|
orientation="vertical"
|
|
id="@+id/ll_layout_category_empty"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<ImageView
|
|
id="@+id/ivError"
|
|
layout_width="55dp"
|
|
layout_height="55dp"
|
|
layout_marginTop="24dp"
|
|
src="@drawable/empty_state_icon"
|
|
layout_marginHorizontal="@dimen/2131165477"/>
|
|
<TextView
|
|
id="@+id/tv_category_empty_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="8dp"
|
|
text="@string/easycash_product_catalog_empty_title"
|
|
textAlignment="center"
|
|
style="@style/2132017881"/>
|
|
<TextView
|
|
id="@+id/tv_category_empty_description"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/easycash_product_catalog_empty_description"
|
|
textAlignment="center"
|
|
style="@style/2132017846"/>
|
|
</LinearLayout>
|
|
</FrameLayout>
|