54 lines
2.0 KiB
XML
54 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.constraintlayout.widget.Guideline
|
|
orientation="vertical"
|
|
id="@+id/gl_start"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0xa="@dimen/2131165433"/>
|
|
<androidx.constraintlayout.widget.Guideline
|
|
orientation="vertical"
|
|
id="@+id/gl_end"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0xb="@dimen/2131165433"/>
|
|
<androidx.constraintlayout.widget.Guideline
|
|
orientation="horizontal"
|
|
id="@+id/gl_top"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0xa="@dimen/2131165433"/>
|
|
<androidx.constraintlayout.widget.Guideline
|
|
orientation="horizontal"
|
|
id="@+id/gl_bottom"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0xb="@dimen/2131165433"/>
|
|
<CheckBox
|
|
id="@+id/cb_source_of_income"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
button="@drawable/terms_checkbox_selector"
|
|
NOT_FOUND_0xd="@+id/gl_start"
|
|
NOT_FOUND_0xe="@+id/tv_source_of_income"/>
|
|
<TextView
|
|
id="@+id/tv_source_of_income"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginStart="16dp"
|
|
NOT_FOUND_0x8="@+id/gl_bottom"
|
|
NOT_FOUND_0x9="@+id/gl_end"
|
|
NOT_FOUND_0xc="@+id/cb_source_of_income"
|
|
NOT_FOUND_0xe="@+id/gl_top"
|
|
style="@style/2132017876"/>
|
|
<View
|
|
background="#c9c6cd"
|
|
NOT_FOUND_0x8="0"
|
|
NOT_FOUND_0xd="0"
|
|
style="@style/2132018228"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|