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

60 lines
2.5 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
id="@+id/nsv_financial_mall_landing"
background="#f5f3f6"
visibility="gone"
layout_width="match_parent"
layout_height="match_parent">
<androidx.appcompat.widget.LinearLayoutCompat
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<FrameLayout
id="@+id/fl_container_tracking_status"
layout_width="match_parent"
layout_height="46dp">
<ImageView
id="@+id/iv_tracking_status_background"
background="#efeaff"
layout_width="match_parent"
layout_height="match_parent"/>
<TextView
gravity="center"
layout_gravity="center"
id="@+id/tv_tracking_status"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/financial_mall_tracking_status_label"
drawablePadding="8dp"
NOT_FOUND_0xd="@drawable/ic_chevron_purple_right_regular"
style="@style/2132017966"/>
</FrameLayout>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_financial_mall"
clipToPadding="false"
layout_width="match_parent"
layout_height="wrap_content"/>
<androidx.appcompat.widget.LinearLayoutCompat
orientation="vertical"
id="@+id/ll_layout_banner"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="10dp">
<androidx.appcompat.widget.AppCompatTextView
id="@+id/tv_banner_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="8dp"
text="@string/title_landing_product_banner"
layout_marginHorizontal="@dimen/2131165433"
style="@style/2132017932"/>
<FrameLayout
id="@+id/fl_fragment_contextual_ads"
layout_width="match_parent"
layout_height="wrap_content"/>
</androidx.appcompat.widget.LinearLayoutCompat>
</androidx.appcompat.widget.LinearLayoutCompat>
</androidx.core.widget.NestedScrollView>