88 lines
3.3 KiB
XML
88 lines
3.3 KiB
XML
|
<?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"
|
||
|
id="@+id/ll_layout_root"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<View style="@style/2132018228"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_layout_static_content"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="16dp">
|
||
|
<TextView
|
||
|
id="@+id/tv_static_content_label"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017844"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_static_content_info"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
style="@style/2132017879"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_layout_html_content"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingHorizontal="@dimen/2131165495"
|
||
|
paddingVertical="@dimen/2131165518">
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
id="@+id/ll_layout_html_content_top_right_collapse"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingVertical="@dimen/2131165518">
|
||
|
<TextView
|
||
|
layout_gravity="center_vertical"
|
||
|
id="@+id/tv_html_content_top_right_collapse_label"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_weight="1"
|
||
|
style="@style/2132017873"/>
|
||
|
<ImageView
|
||
|
layout_gravity="center_vertical"
|
||
|
id="@+id/iv_top_right_collapse_toggle"
|
||
|
padding="8dp"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/arrow_down"
|
||
|
NOT_FOUND_0x12="@color/2131099805"/>
|
||
|
</LinearLayout>
|
||
|
<TextView
|
||
|
id="@+id/tv_html_content_bottom_collapse_label"
|
||
|
paddingTop="16dp"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017873"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_layout_web_view_cover"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingVertical="@dimen/2131165518">
|
||
|
<com.scb.phone.view.custom.webview.SCBWebView
|
||
|
id="@+id/wv_html_content"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
</LinearLayout>
|
||
|
<TextView
|
||
|
layout_gravity="center"
|
||
|
id="@+id/tv_bottom_collapse_toggle"
|
||
|
paddingBottom="16dp"
|
||
|
visibility="gone"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
drawablePadding="8dp"
|
||
|
NOT_FOUND_0x10="@drawable/arrow_down"
|
||
|
NOT_FOUND_0x11="@color/2131099805"
|
||
|
style="@style/2132017844"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|