88 lines
3.3 KiB
XML
88 lines
3.3 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:button="http://schemas.android.com/apk/res-auto"
|
||
|
id="@+id/read_flag_view"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
background="#ffffff"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingEnd="16dp"
|
||
|
layout_marginStart="4dp">
|
||
|
<TextView
|
||
|
id="@+id/sent_time_textview"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="9dp"
|
||
|
lineSpacingMultiplier="0.8"
|
||
|
layout_marginStart="44dp"
|
||
|
style="@style/2132017666"/>
|
||
|
<RelativeLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="12dp">
|
||
|
<ImageView
|
||
|
id="@+id/category_icon_image_view"
|
||
|
visibility="gone"
|
||
|
layout_width="16dp"
|
||
|
layout_height="16dp"
|
||
|
layout_alignParentTop="true"
|
||
|
contentDescription="@null"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="12dp"/>
|
||
|
<FrameLayout
|
||
|
id="@+id/category_framelayout"
|
||
|
background="@drawable/shape_notification_category_payment"
|
||
|
layout_width="8dp"
|
||
|
layout_height="8dp"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_alignParentTop="true"
|
||
|
layout_marginStart="20dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
layout_toEndOf="@+id/category_icon_image_view"/>
|
||
|
<TextView
|
||
|
id="@+id/subject_textview"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_toEndOf="@+id/category_framelayout"
|
||
|
style="@style/2132017836"/>
|
||
|
</RelativeLayout>
|
||
|
<TextView
|
||
|
id="@+id/body_textview"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
lineSpacingMultiplier="0.8"
|
||
|
layout_marginStart="44dp"
|
||
|
style="@style/2132017666"/>
|
||
|
<TextView
|
||
|
id="@+id/click_message_textview"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/common_error"
|
||
|
layout_marginStart="44dp"
|
||
|
style="@style/2132017970"/>
|
||
|
<com.scb.phone.view.custom.common.DefaultButton
|
||
|
id="@+id/deepLinkButton"
|
||
|
background="@drawable/bg_button_transparent"
|
||
|
visibility="gone"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="50dp"
|
||
|
layout_marginTop="10dp"
|
||
|
layout_marginStart="44dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x12="@drawable/ripple_rounded_purple"
|
||
|
NOT_FOUND_0x13="@string/common_error"
|
||
|
NOT_FOUND_0x14="@color/2131100876"/>
|
||
|
</LinearLayout>
|
||
|
<View
|
||
|
background="#eae7ec"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
layout_alignParentBottom="true"
|
||
|
layout_marginStart="16dp"/>
|
||
|
</RelativeLayout>
|