48 lines
1.8 KiB
XML
48 lines
1.8 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
fillViewport="true">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/rv_easycash_tracking"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginHorizontal="@dimen/2131165433"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/rv_easycash_header"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginHorizontal="@dimen/2131165433"/>
|
||
|
<TextView
|
||
|
id="@+id/title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/easycash_select_the_product_you_need"
|
||
|
textAllCaps="true"
|
||
|
textAlignment="center"
|
||
|
layout_marginStart="8dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017923"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/rv_easycash_products"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_margin="16dp"
|
||
|
layout_weight="1"/>
|
||
|
<LinearLayout
|
||
|
layout_gravity="bottom"
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_layout_easycash_footer"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="24dp"/>
|
||
|
</LinearLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|