102 lines
3.7 KiB
XML
102 lines
3.7 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="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
fillViewport="true">
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
id="@+id/cs_layout_status"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x10="@+id/cs_layout_terms_cond"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x15="0"
|
||
|
NOT_FOUND_0x16="0.3">
|
||
|
<ImageView
|
||
|
id="@+id/iv_ndid_enrolled"
|
||
|
visibility="invisible"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/ndid_menu_register"
|
||
|
contentDescription="@null"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x15="0"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_ndid_not_enroll"
|
||
|
visibility="invisible"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/ndid_menu_not_register"
|
||
|
contentDescription="@null"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x15="0"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_status_header"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="15dp"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x14="@+id/iv_ndid_enrolled"
|
||
|
style="@style/2132017881"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_status_description"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x14="@+id/tv_status_header"
|
||
|
style="@style/2132017670"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
id="@+id/cs_layout_terms_cond"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="24dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x10="@+id/bt_next"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x13="0">
|
||
|
<CheckBox
|
||
|
id="@+id/cb_terms_and_conditions"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
button="@drawable/terms_checkbox_selector_with_padding"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x15="0"
|
||
|
style="@style/2132017670"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_agree_terms_condition"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/ndid_select_idp_terms_cond_message_left"
|
||
|
layout_marginStart="8dp"
|
||
|
NOT_FOUND_0xf="0"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x12="@+id/cb_terms_and_conditions"
|
||
|
NOT_FOUND_0x15="0"
|
||
|
style="@style/2132017670"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
<Button
|
||
|
id="@+id/bt_next"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="24dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0xf="0"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
style="@style/2132017576"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|