what-the-bank/resources/res/layout/2131559274.xml

77 lines
2.7 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.constraintlayout.widget.ConstraintLayout
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp">
<ImageView
id="@+id/image_icon"
layout_width="32dp"
layout_height="32dp"
layout_marginTop="18dp"
src="@drawable/default_logo"
contentDescription="@null"
NOT_FOUND_0x11="0"
NOT_FOUND_0x13="0"/>
<TextView
id="@+id/tv_time_stamp"
layout_width="wrap_content"
layout_height="wrap_content"
lineSpacingMultiplier="0.8"
layout_marginStart="8dp"
NOT_FOUND_0x10="@+id/image_icon"
NOT_FOUND_0x13="0"
style="@style/2132017666"/>
<TextView
id="@+id/tv_status"
layout_width="wrap_content"
layout_height="wrap_content"
lineSpacingMultiplier="0.8"
NOT_FOUND_0xf="0"
NOT_FOUND_0x13="0"
style="@style/2132017666"/>
<TextView
id="@+id/subject_textview"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="-2dp"
lineSpacingMultiplier="0.8"
layout_marginStart="8dp"
NOT_FOUND_0xd="true"
NOT_FOUND_0xe="0"
NOT_FOUND_0x10="@+id/image_icon"
NOT_FOUND_0x12="@+id/tv_time_stamp"
style="@style/2132017836"/>
<TextView
id="@+id/body_textview"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="8dp"
lineSpacingMultiplier="0.8"
layout_marginStart="8dp"
NOT_FOUND_0xd="true"
NOT_FOUND_0xe="0"
NOT_FOUND_0x10="@+id/image_icon"
NOT_FOUND_0x12="@+id/subject_textview"
style="@style/2132017666"/>
<Button
id="@+id/btn_continue"
visibility="visible"
layout_width="match_parent"
layout_height="40dp"
layout_marginTop="8dp"
text="@string/continue_btn_label"
NOT_FOUND_0xe="0"
NOT_FOUND_0x11="0"
NOT_FOUND_0x12="@+id/body_textview"
style="@style/2132017576"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
</LinearLayout>