22 lines
711 B
XML
22 lines
711 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<include layout="@layout/2131559376"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rv_cycle_selection"
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_weight="1"
|
|
overScrollMode="never"/>
|
|
<Button
|
|
id="@+id/btn_action_next"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/confirm"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|