53 lines
2.0 KiB
XML
53 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<include layout="@layout/2131559376"/>
|
|
<androidx.core.widget.NestedScrollView
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
fillViewport="true">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<TextView
|
|
background="#f5f3f6"
|
|
paddingTop="16dp"
|
|
paddingBottom="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/mw_shop_type_header_description"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017876"/>
|
|
<View
|
|
id="@+id/line_border"
|
|
style="@style/2132018228"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/recycler_view"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
nestedScrollingEnabled="false"/>
|
|
<View style="@style/2132018228"/>
|
|
<FrameLayout
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<Button
|
|
layout_gravity="bottom"
|
|
id="@+id/btn_mw_next"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
layout_marginBottom="24dp"
|
|
text="@string/mw_shop_type_btn_next"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017576"/>
|
|
</FrameLayout>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
</LinearLayout>
|