23 lines
740 B
XML
23 lines
740 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="horizontal"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<CheckBox
|
|
id="@+id/chk_terms_and_conditions"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
button="@drawable/terms_checkbox_selector"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="8dp"/>
|
|
<TextView
|
|
id="@+id/txv_terms_and_condition"
|
|
paddingTop="16dp"
|
|
paddingBottom="16dp"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_weight="1"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017664"/>
|
|
</LinearLayout>
|