42 lines
1.4 KiB
XML
42 lines
1.4 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"
|
||
|
id="@+id/cl_container"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<androidx.appcompat.widget.Toolbar
|
||
|
id="@+id/toolbar"
|
||
|
background="?attr/colorPrimary"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="?attr/actionBarSize"
|
||
|
elevation="2dp"
|
||
|
NOT_FOUND_0x9="@dimen/2131165422"
|
||
|
NOT_FOUND_0xb="0"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xd="0">
|
||
|
<TextView
|
||
|
ellipsize="end"
|
||
|
layout_gravity="center"
|
||
|
id="@+id/title_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
lines="1"/>
|
||
|
</androidx.appcompat.widget.Toolbar>
|
||
|
<com.scb.phone.view.custom.webview.SCBWebView
|
||
|
id="@+id/wv_content"
|
||
|
layout_width="0dp"
|
||
|
layout_height="0dp"
|
||
|
NOT_FOUND_0xa="0"
|
||
|
NOT_FOUND_0xb="0"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xd="0"/>
|
||
|
<com.scb.phone.view.custom.common.CustomViewProgressAnimationFull
|
||
|
id="@+id/custom_loading"
|
||
|
visibility="gone"
|
||
|
layout_width="0dp"
|
||
|
layout_height="0dp"
|
||
|
NOT_FOUND_0xa="0"
|
||
|
NOT_FOUND_0xb="0"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xd="0"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|