56 lines
1.8 KiB
XML
56 lines
1.8 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="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
paddingStart="16dp"
|
||
|
layout_marginEnd="16dp">
|
||
|
<TextView
|
||
|
id="@+id/title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_alignParentStart="true"
|
||
|
style="@style/2132017675"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_body_consent"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="4dp"
|
||
|
layout_alignParentLeft="true"
|
||
|
style="@style/2132017676"/>
|
||
|
</LinearLayout>
|
||
|
<RadioGroup
|
||
|
orientation="horizontal"
|
||
|
id="@+id/radio_group"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="4dp"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132017973">
|
||
|
<RadioButton
|
||
|
id="@+id/radio_accept"
|
||
|
paddingTop="12dp"
|
||
|
paddingBottom="12dp"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
checked="false"
|
||
|
text="@string/accept_radio"
|
||
|
style="@style/2132017836"/>
|
||
|
<RadioButton
|
||
|
id="@+id/radio_decline"
|
||
|
paddingTop="12dp"
|
||
|
paddingBottom="12dp"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
checked="false"
|
||
|
text="@string/decline_radio"
|
||
|
layout_marginStart="80dp"
|
||
|
style="@style/2132017836"/>
|
||
|
</RadioGroup>
|
||
|
</LinearLayout>
|