27 lines
834 B
XML
27 lines
834 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_cycle_year"
|
|
paddingTop="16dp"
|
|
paddingBottom="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017851"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rv_cycle_selection"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<View
|
|
id="@+id/view_divider"
|
|
paddingTop="21dp"
|
|
paddingBottom="21dp"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132018228"/>
|
|
</LinearLayout>
|