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

102 lines
4.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
id="@+id/root_layout"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<androidx.constraintlayout.widget.ConstraintLayout
layout_gravity="top"
id="@+id/cs_layout_product_shelf_tab_freeze"
background="#ffffff"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"/>
<androidx.core.widget.NestedScrollView
id="@+id/nsv_layout"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<RelativeLayout
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<androidx.appcompat.widget.LinearLayoutCompat
orientation="vertical"
id="@+id/ll_banner"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.appcompat.widget.AppCompatTextView
id="@+id/tv_banner_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="10dp"
layout_marginBottom="8dp"
text="@string/title_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
orientation="vertical"
id="@+id/ll_product_shelf_layout"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/ll_banner">
<androidx.appcompat.widget.AppCompatTextView
id="@+id/tv_product_shelf_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/title_product_shelf"
layout_marginHorizontal="@dimen/2131165433"
style="@style/2132017932"/>
<FrameLayout
id="@+id/fl_product_shelf_tab"
layout_width="match_parent"
layout_height="wrap_content"/>
<FrameLayout
id="@+id/fl_fragment_sub_product_list"
layout_width="match_parent"
layout_height="wrap_content"/>
</androidx.appcompat.widget.LinearLayoutCompat>
<androidx.appcompat.widget.LinearLayoutCompat
gravity="bottom"
orientation="vertical"
id="@+id/ll_footer_layout"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/ll_product_shelf_layout"
layout_alignParentBottom="true">
<Button
textSize="22sp"
id="@+id/bt_scb_one_referral"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
textAllCaps="false"
layout_marginStart="16dp"
layout_marginEnd="16dp"/>
<Button
textSize="22sp"
id="@+id/bt_scb_one_sale_sheet"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
textAllCaps="false"
layout_marginStart="16dp"
layout_marginEnd="16dp"/>
</androidx.appcompat.widget.LinearLayoutCompat>
</RelativeLayout>
</androidx.core.widget.NestedScrollView>
</androidx.appcompat.widget.LinearLayoutCompat>