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

96 lines
3.8 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"
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent">
<androidx.core.widget.NestedScrollView
id="@+id/nsv_details"
layout_width="match_parent"
layout_height="0dp"
layout_weight="1">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.constraintlayout.widget.ConstraintLayout
orientation="vertical"
id="@+id/cs_layout_product_image"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/iv_product_bg"
layout_width="match_parent"
layout_height="240dp"
src="@drawable/bg_shade_gray_white_gray"
contentDescription="@null"
NOT_FOUND_0x12="0"
NOT_FOUND_0x13="0"/>
<ImageView
id="@+id/iv_product_image"
layout_width="match_parent"
layout_height="0dp"
contentDescription="@null"
paddingHorizontal="@dimen/2131165513"
NOT_FOUND_0x12="0"
NOT_FOUND_0x13="0"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_product_summary"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_product_name"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017890"/>
<TextView
id="@+id/tv_product_description"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
style="@style/2132017849"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_dynamic_section"
layout_width="match_parent"
layout_height="wrap_content"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_privacy_notice"
paddingTop="16dp"
paddingBottom="24dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingHorizontal="@dimen/2131165495"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_btn"
layout_width="match_parent"
layout_height="wrap_content"
paddingHorizontal="@dimen/2131165495"
paddingVertical="@dimen/2131165501">
<Button
textColor="#7631c1"
id="@+id/btn_sales_sheet"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="8dp"
text="@string/easycash_product_details_sales_sheet"
backgroundTint="#7631c1"
style="@style/2132017543"/>
<Button
id="@+id/btn_apply"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/easycash_product_details_apply_now"
style="@style/2132017576"/>
</LinearLayout>
</LinearLayout>