88 lines
3.2 KiB
XML
88 lines
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
id="@+id/scroll_view_text"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
fillViewport="true">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
id="@+id/iv_empty_icon"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="32dp"
|
|
src="@drawable/ic_scbs_add_account"
|
|
contentDescription="@null"
|
|
NOT_FOUND_0xe="@+id/tv_text_body"
|
|
NOT_FOUND_0xf="0"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x15="0"
|
|
NOT_FOUND_0x16="2"/>
|
|
<TextView
|
|
id="@+id/tv_text_body"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="32dp"
|
|
layout_marginBottom="28dp"
|
|
text="@string/auto_open_scbs_account_description"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0xe="@+id/tv_text_remark"
|
|
NOT_FOUND_0xf="0"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="@+id/iv_empty_icon"
|
|
style="@style/2132017873"/>
|
|
<TextView
|
|
id="@+id/tv_text_remark"
|
|
visibility="visible"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="23dp"
|
|
text="@string/auto_open_scbs_account_remark"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0xe="@+id/bt_open_account"
|
|
NOT_FOUND_0xf="0"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="@+id/tv_text_body"
|
|
style="@style/2132017674"/>
|
|
<Button
|
|
id="@+id/bt_open_account"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="24dp"
|
|
text="@string/open_account_info_button"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0xe="@+id/bt_add_account"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x11="0"
|
|
style="@style/2132017576"/>
|
|
<Button
|
|
id="@+id/bt_add_account"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="24dp"
|
|
text="@string/add_account_info_button"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0xd="0"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x11="0"
|
|
style="@style/2132017536"/>
|
|
<ImageView
|
|
id="@+id/iv_add_icon"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_add_button"
|
|
contentDescription="@null"
|
|
layout_marginStart="16dp"
|
|
NOT_FOUND_0xd="@+id/bt_add_account"
|
|
NOT_FOUND_0x10="@+id/bt_add_account"
|
|
NOT_FOUND_0x14="@+id/bt_add_account"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</ScrollView>
|