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

74 lines
2.8 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_my_insurance"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="start|top"
id="@+id/tv_my_insurance_section"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/auto_account_summary_insurance_card_title"
paddingStart="22dp"
paddingEnd="20dp"
NOT_FOUND_0x13="0"
NOT_FOUND_0x15="0"
NOT_FOUND_0x17="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"
foreground="@drawable/ripple_rounded_4_purple"
layout_below="@+id/tv_my_insurance_section"
layout_marginStart="24dp"
layout_marginEnd="24dp"
elevation="2dp"
NOT_FOUND_0x12="0"
NOT_FOUND_0x13="0"
NOT_FOUND_0x15="0"
NOT_FOUND_0x16="@+id/tv_my_insurance_section">
<ImageView
id="@+id/iv_my_insurance_card"
layout_width="92dp"
layout_height="wrap_content"
layout_marginTop="22dp"
src="@drawable/ic_my_insurance_card"
adjustViewBounds="true"
NOT_FOUND_0x12="0"
NOT_FOUND_0x15="0"
NOT_FOUND_0x17="0"/>
<TextView
gravity="end"
id="@+id/tv_my_insurance_title"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="15dp"
text="@string/auto_insurance_policies_title"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x13="0"
NOT_FOUND_0x14="@+id/iv_my_insurance_card"
NOT_FOUND_0x17="0"
style="@style/2132017876"/>
<TextView
gravity="end"
id="@+id/tv_my_insurance_description"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="4dp"
text="@string/auto_insurance_policies_view_more"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x13="0"
NOT_FOUND_0x14="@+id/iv_my_insurance_card"
NOT_FOUND_0x16="@+id/tv_my_insurance_title"
style="@style/2132017666"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>