76 lines
2.8 KiB
XML
76 lines
2.8 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
fillViewport="true">
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_success_top_layout"
|
||
|
background="#ffffff"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x14="0"
|
||
|
NOT_FOUND_0x15="0"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
NOT_FOUND_0x17="0">
|
||
|
<ImageView
|
||
|
layout_gravity="center"
|
||
|
id="@+id/iv_icon"
|
||
|
background="#ffffff"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/ic_check_circle_black_48dp"
|
||
|
tint="#06bf59"
|
||
|
contentDescription="@null"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_header"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
style="@style/2132017876"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_idp_description"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
style="@style/2132017846"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_idp_general_description"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
style="@style/2132017846"/>
|
||
|
<TextView
|
||
|
textColor="#353239"
|
||
|
gravity="center"
|
||
|
id="@+id/tv_countdown_timer"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
style="@style/2132017889"/>
|
||
|
</LinearLayout>
|
||
|
<Button
|
||
|
id="@+id/bt_verified"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="16dp"
|
||
|
text="@string/ndid_select_idp_success_button"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x14="0"
|
||
|
NOT_FOUND_0x15="0"
|
||
|
style="@style/2132017536"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|