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

100 lines
3.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
background="#00000000"
paddingTop="4dp"
paddingBottom="4dp"
clipToPadding="false"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp"
paddingStart="4dp"
paddingEnd="4dp">
<ImageView
id="@+id/easycash_product_image"
layout_width="match_parent"
layout_height="114dp"
scaleType="centerCrop"
elevation="4dp"/>
<LinearLayout
orientation="vertical"
id="@+id/card"
background="@drawable/bg_white_rounded"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/easycash_product_image"
elevation="4dp">
<TextView
id="@+id/easycash_product_title"
paddingTop="1dp"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017875"/>
<TextView
id="@+id/easycash_product_description"
paddingTop="1dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017677"/>
<androidx.legacy.widget.Space
layout_width="0dp"
layout_height="0dp"
layout_weight="1"/>
<LinearLayout
gravity="right"
layout_gravity="right"
orientation="vertical"
id="@+id/credit_limit_layout"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="5dp"
layout_marginEnd="16dp">
<TextView
gravity="right"
id="@+id/up_to_text"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/easycash_up_to"
style="@style/2132017677"/>
<TextView
id="@+id/credit_limit_text"
paddingBottom="16dp"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017925"/>
</LinearLayout>
</LinearLayout>
<RelativeLayout
id="@+id/easycash_label_layout"
layout_width="wrap_content"
layout_height="32dp"
layout_marginBottom="-14dp"
layout_alignBottom="@+id/easycash_product_image"
layout_marginStart="-4dp"
elevation="4dp">
<ImageView
background="@drawable/easycash_trapezoid"
layout_width="wrap_content"
layout_height="match_parent"
layout_alignLeft="@+id/easycash_label_text"
layout_alignRight="@+id/easycash_label_text"
layout_alignStart="@+id/easycash_label_text"
layout_alignEnd="@+id/easycash_label_text"/>
<TextView
id="@+id/easycash_label_text"
layout_width="wrap_content"
layout_height="wrap_content"
layout_centerInParent="true"
paddingStart="8dp"
paddingEnd="24dp"
style="@style/2132017897"/>
</RelativeLayout>
</RelativeLayout>