57 lines
1.9 KiB
XML
57 lines
1.9 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
descendantFocusability="blocksDescendants"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/view_history"
|
||
|
focusable="true"
|
||
|
focusableInTouchMode="true"
|
||
|
visibility="visible"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/recycler_view_history"
|
||
|
background="#f5f3f6"
|
||
|
descendantFocusability="beforeDescendants"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
</LinearLayout>
|
||
|
<RelativeLayout
|
||
|
gravity="center"
|
||
|
orientation="vertical"
|
||
|
id="@+id/no_history_description_view"
|
||
|
background="#ffffff"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="150dp">
|
||
|
<TextView
|
||
|
textColor="#959199"
|
||
|
gravity="center"
|
||
|
id="@+id/no_history_description_text_view"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
textAlignment="center"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
style="@style/2132017658"/>
|
||
|
</RelativeLayout>
|
||
|
<RelativeLayout
|
||
|
gravity="center"
|
||
|
orientation="vertical"
|
||
|
id="@+id/loading_view"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="150dp">
|
||
|
<com.scb.phone.view.custom.common.CustomViewInlineProgressAnimation
|
||
|
layout_width="match_parent"
|
||
|
layout_height="80dp"/>
|
||
|
</RelativeLayout>
|
||
|
<include
|
||
|
layout_width="match_parent"
|
||
|
layout_height="100dp"
|
||
|
layout="@layout/2131559147"/>
|
||
|
</androidx.appcompat.widget.LinearLayoutCompat>
|