42 lines
1.4 KiB
XML
42 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp">
|
|
<TextView
|
|
id="@+id/tv_title"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
style="@style/2132017876"/>
|
|
<RadioGroup
|
|
orientation="vertical"
|
|
id="@+id/rg_business_marital"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<RadioButton
|
|
textColor="#cd000000"
|
|
id="@+id/rb_first"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
NOT_FOUND_0x9="@drawable/radio_button_tint_selector"
|
|
style="@style/2132017876"/>
|
|
<RadioButton
|
|
textColor="#cd000000"
|
|
id="@+id/rb_second"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
NOT_FOUND_0x9="@drawable/radio_button_tint_selector"
|
|
style="@style/2132017876"/>
|
|
</RadioGroup>
|
|
<View
|
|
id="@+id/view_padding_bottom"
|
|
layout_width="match_parent"
|
|
layout_height="16dp"/>
|
|
</LinearLayout>
|