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

62 lines
2.4 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp"
layout_marginBottom="12dp"
layout_marginStart="8dp"
layout_marginEnd="8dp"
NOT_FOUND_0x14="@dimen/2131165456"
NOT_FOUND_0x15="@dimen/2131165312">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
id="@+id/container"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
foreground="?attr/selectableItemBackground">
<TextView
textColor="#7631c1"
ellipsize="end"
id="@+id/textDiscoverFundTitle"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
maxLines="1"
layout_marginStart="16dp"
layout_toStartOf="@+id/text_amount"
style="@style/2132017875"/>
<androidx.appcompat.widget.AppCompatImageView
id="@+id/ivExpandIcon"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_expand_more_black_24dp"
layout_alignParentRight="true"
layout_centerVertical="true"
contentDescription="@null"
layout_marginEnd="8dp"
layout_alignParentEnd="true"
NOT_FOUND_0x17="@color/2131100876"/>
</RelativeLayout>
<View
id="@+id/divider"
visibility="gone"
style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
id="@+id/layoutFunds"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.recyclerview.widget.RecyclerView
id="@+id/recyclerViewFunds"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x16="androidx.recyclerview.widget.LinearLayoutManager"/>
</LinearLayout>
</LinearLayout>
</androidx.cardview.widget.CardView>