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

70 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.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
id="@+id/cs_layout_parent"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="start|top"
id="@+id/my_credit_card_text_view"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/debit_atm_manage_account_section"
textAllCaps="true"
paddingStart="20dp"
paddingEnd="20dp"
NOT_FOUND_0x12="0"
NOT_FOUND_0x14="0"
NOT_FOUND_0x16="0"
style="@style/2132017849"/>
<androidx.constraintlayout.widget.ConstraintLayout
id="@+id/cs_layout_card"
background="@drawable/bg_white_rounded"
paddingBottom="22dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="16dp"
layout_below="@+id/my_credit_card_text_view"
layout_marginStart="24dp"
layout_marginEnd="24dp"
elevation="2dp"
NOT_FOUND_0x11="0"
NOT_FOUND_0x12="0"
NOT_FOUND_0x14="0"
NOT_FOUND_0x15="@+id/my_credit_card_text_view">
<ImageView
id="@+id/iv_debit"
layout_width="92dp"
layout_height="wrap_content"
layout_marginTop="22dp"
adjustViewBounds="true"
NOT_FOUND_0x11="0"
NOT_FOUND_0x14="0"
NOT_FOUND_0x16="0"/>
<TextView
gravity="end"
id="@+id/tv_title"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="15dp"
text="@string/debit_atm_title"
layout_marginEnd="16dp"
NOT_FOUND_0x12="0"
NOT_FOUND_0x13="@+id/iv_debit"
NOT_FOUND_0x16="0"
style="@style/2132017876"/>
<TextView
gravity="end"
id="@+id/tv_description"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="4dp"
text="@string/debit_atm_description"
layout_marginEnd="16dp"
NOT_FOUND_0x12="0"
NOT_FOUND_0x13="@+id/iv_debit"
NOT_FOUND_0x15="@+id/tv_title"
style="@style/2132017666"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>