121 lines
5.2 KiB
XML
121 lines
5.2 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"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
fillViewport="true">
|
|
<include
|
|
id="@+id/toolbar"
|
|
layout="@layout/2131559376"/>
|
|
<androidx.core.widget.NestedScrollView
|
|
id="@+id/nsv"
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
NOT_FOUND_0x14="@+id/ll_layout_bt_next"
|
|
NOT_FOUND_0x15="@+id/toolbar">
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/common_ndid_idp_enrolled_header"
|
|
style="@style/2132017849"/>
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
gravity="center"
|
|
orientation="vertical"
|
|
id="@+id/ll_layout_enrolled_empty"
|
|
background="#ffffff"
|
|
padding="16dp"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_common_empty_box"/>
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
gravity="center"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/common_ndid_idp_no_enrolled_title"
|
|
style="@style/2132017875"/>
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
gravity="center"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/common_ndid_idp_no_enrolled_description"
|
|
style="@style/2132017846"/>
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rv_enrolled_ndid"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<TextView
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/common_ndid_ndid_idp_unenrolled_header"
|
|
style="@style/2132017849"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rv_not_enrolled_ndid"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
gravity="center"
|
|
orientation="vertical"
|
|
id="@+id/ll_layout_un_enrolled_empty"
|
|
background="#ffffff"
|
|
padding="16dp"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_common_empty_box"/>
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
gravity="center"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/common_ndid_ndid_idp_no_unenrolled_title"
|
|
style="@style/2132017875"/>
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
gravity="center"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/common_ndid_idp_no_unenrolled_description"
|
|
style="@style/2132017846"/>
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
</androidx.core.widget.NestedScrollView>
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
orientation="horizontal"
|
|
id="@+id/ll_layout_bt_next"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_alignParentBottom="true"
|
|
NOT_FOUND_0x13="0">
|
|
<Button
|
|
enabled="false"
|
|
id="@+id/bt_next"
|
|
layout_width="0dp"
|
|
layout_height="50dp"
|
|
layout_marginTop="18dp"
|
|
layout_marginBottom="18dp"
|
|
text="@string/next_button"
|
|
layout_weight="1"
|
|
layout_marginStart="20dp"
|
|
layout_marginEnd="20dp"
|
|
style="@style/2132017576"/>
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|