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

38 lines
1.4 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_account_container"
background="@drawable/bg_white_round_with_bottom_border"
layout_width="match_parent"
layout_height="80dp">
<CheckBox
id="@+id/cb_account"
layout_width="wrap_content"
layout_height="wrap_content"
button="@drawable/account_checkbox_selector"
layout_marginStart="16dp"
NOT_FOUND_0xa="0"
NOT_FOUND_0xd="0"
NOT_FOUND_0xf="0"/>
<TextView
id="@+id/tv_account_number"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginStart="16dp"
NOT_FOUND_0xb="@+id/tv_product_type"
NOT_FOUND_0xc="@+id/cb_account"
NOT_FOUND_0xf="0"
style="@style/2132017876"/>
<TextView
ellipsize="end"
id="@+id/tv_product_type"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="8dp"
maxLines="1"
NOT_FOUND_0xa="0"
NOT_FOUND_0xd="@+id/tv_account_number"
NOT_FOUND_0xe="@+id/tv_account_number"
style="@style/2132017876"/>
</androidx.constraintlayout.widget.ConstraintLayout>