41 lines
1.3 KiB
XML
41 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
id="@+id/root_view"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="16dp"
|
|
layout_marginStart="20dp"
|
|
layout_marginEnd="20dp">
|
|
<RadioButton
|
|
id="@+id/radio_mw_check"
|
|
clickable="false"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginStart="8dp">
|
|
<TextView
|
|
id="@+id/tv_mw_description"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
id="@+id/tv_mr_remarks"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017677"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
<View
|
|
id="@+id/line_border"
|
|
layout_marginStart="18dp"
|
|
style="@style/2132018228"/>
|
|
</LinearLayout>
|