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

54 lines
2.1 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<com.scb.phone.view.custom.common.CustomScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
id="@+id/scroll_view"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
background="#ffffff"
paddingBottom="4dp"
descendantFocusability="blocksDescendants"
layout_width="match_parent"
layout_height="wrap_content">
<include layout="@layout/2131559255"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/base_recycler_view"
background="#ffffff"
scrollbars="none"
clipToPadding="false"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="2dp"
layout_marginBottom="2dp"
overScrollMode="never"
layout_marginStart="-3dp"
layout_marginEnd="-3dp"
NOT_FOUND_0x13="androidx.recyclerview.widget.GridLayoutManager"
NOT_FOUND_0x14="@string/appbar_scrolling_view_behavior"
NOT_FOUND_0x15="@integer/2131427414"/>
<androidx.appcompat.widget.AppCompatImageView
id="@+id/iv_static_loading"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
src="@drawable/landing_lifestyle_tile_loading"
scaleType="fitXY"/>
<include
id="@+id/static_tap_to_retry"
visibility="gone"
layout="@layout/2131559167"/>
<androidx.appcompat.widget.AppCompatTextView
textColorLink="#000000"
gravity="center"
id="@+id/tv_privacy_notice"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="8dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017833"/>
</LinearLayout>
</com.scb.phone.view.custom.common.CustomScrollView>