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

121 lines
4.2 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/container"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<View
id="@+id/view_upper_line"
background="#7631c1"
layout_width="1dp"
layout_height="16dp"
layout_marginStart="24dp"
NOT_FOUND_0x11="0"
NOT_FOUND_0x13="0"
NOT_FOUND_0x14="@integer/2131427341"
NOT_FOUND_0x16="0"
NOT_FOUND_0x18="0"
NOT_FOUND_0x19="@integer/2131427341"/>
<RelativeLayout
id="@+id/view_dot_container"
layout_width="24dp"
layout_height="wrap_content"
NOT_FOUND_0x11="0"
NOT_FOUND_0x13="@+id/view_upper_line"
NOT_FOUND_0x16="@+id/view_upper_line"
NOT_FOUND_0x17="@+id/view_upper_line"
NOT_FOUND_0x19="@integer/2131427341">
<View
id="@+id/view_dot_inactive"
background="@drawable/shape_round_dot_outline_purple"
visibility="gone"
layout_width="10dp"
layout_height="10dp"
layout_centerHorizontal="true"/>
<RelativeLayout
id="@+id/view_dot_active"
background="@drawable/shape_round_bg_purple"
paddingTop="4dp"
visibility="visible"
layout_width="24dp"
layout_height="24dp">
<TextView
id="@+id/text_dot_active"
layout_width="wrap_content"
layout_height="wrap_content"
layout_centerInParent="true"
style="@style/2132017685"/>
</RelativeLayout>
</RelativeLayout>
<View
id="@+id/view_lower_line"
background="#7631c1"
layout_width="1dp"
layout_height="0dp"
NOT_FOUND_0x12="@+id/view_divider_bottom"
NOT_FOUND_0x13="@+id/view_upper_line"
NOT_FOUND_0x16="@+id/view_upper_line"
NOT_FOUND_0x17="@+id/view_dot_container"
NOT_FOUND_0x19="@integer/2131427341"/>
<TextView
ellipsize="end"
id="@+id/text_loan_item_title"
layout_width="wrap_content"
layout_height="wrap_content"
maxLines="1"
layout_marginStart="8dp"
NOT_FOUND_0x11="@+id/view_dot_container"
NOT_FOUND_0x13="0"
NOT_FOUND_0x14="@integer/2131427341"
NOT_FOUND_0x15="@+id/view_dot_container"
NOT_FOUND_0x18="@+id/view_dot_container"
style="@style/2132017967"/>
<LinearLayout
orientation="horizontal"
id="@+id/view_description_container"
layout_width="0dp"
layout_height="wrap_content"
layout_marginBottom="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x13="0"
NOT_FOUND_0x14="@integer/2131427341"
NOT_FOUND_0x16="@+id/text_loan_item_title"
NOT_FOUND_0x17="@+id/text_loan_item_title">
<ImageView
id="@+id/icon_loan_status"
layout_width="16dp"
layout_height="16dp"
layout_marginTop="2dp"
src="@drawable/ic_gift_background_check"/>
<TextView
id="@+id/text_loan_description"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1"
layout_marginStart="8dp"
style="@style/2132017869"/>
</LinearLayout>
<View
id="@+id/view_divider_bottom"
background="#e4e3e5"
visibility="gone"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"
NOT_FOUND_0x13="0"
NOT_FOUND_0x16="0"
NOT_FOUND_0x17="@+id/view_description_container"
NOT_FOUND_0x19="@integer/2131427341"/>
<View
id="@+id/view_padding_bottom"
background="#f5f3f6"
visibility="gone"
layout_width="match_parent"
layout_height="24dp"
NOT_FOUND_0x11="0"
NOT_FOUND_0x13="0"
NOT_FOUND_0x16="0"
NOT_FOUND_0x17="@+id/view_divider_bottom"
NOT_FOUND_0x19="@integer/2131427341"/>
</androidx.constraintlayout.widget.ConstraintLayout>