35 lines
1.1 KiB
XML
35 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<RelativeLayout
|
|
gravity="center"
|
|
id="@+id/radio_button_container"
|
|
layout_width="32dp"
|
|
layout_height="32dp"
|
|
layout_marginStart="16dp">
|
|
<RadioButton
|
|
id="@+id/radio_button"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
button="@drawable/checkbox_selector"/>
|
|
</RelativeLayout>
|
|
<TextView
|
|
id="@+id/deposit_number"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_toEndOf="@+id/radio_button_container"
|
|
style="@style/2132017881"/>
|
|
<TextView
|
|
textColor="#a8a4ac"
|
|
id="@+id/deposit_nickname"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/deposit_number"
|
|
layout_marginStart="16dp"
|
|
layout_toEndOf="@+id/radio_button_container"
|
|
style="@style/2132017881"/>
|
|
</RelativeLayout>
|