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

102 lines
3.9 KiB
XML
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
id="@+id/flContainer"
padding="6dp"
clipToPadding="false"
layout_width="match_parent"
layout_height="wrap_content"
minHeight="150dp">
<androidx.cardview.widget.CardView
id="@+id/cardView"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x15="@dimen/2131165456">
<LinearLayout
orientation="vertical"
id="@+id/llContentHolder"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/ivRecommend"
layout_width="match_parent"
layout_height="84dp"/>
<LinearLayout
orientation="vertical"
id="@+id/llTextContainer"
padding="8dp"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="horizontal"
id="@+id/llFirstLine"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
textSize="16sp"
textColor="#7631c1"
ellipsize="end"
gravity="center_vertical"
layout_gravity="start"
id="@+id/tvName"
layout_width="0dp"
layout_height="wrap_content"
singleLine="true"
layout_weight="1"
layout_marginEnd="4dp"
NOT_FOUND_0x17="@+id/tvDate"
NOT_FOUND_0x18="0"
NOT_FOUND_0x1a="0"
style="@style/2132017985"/>
<TextView
textColor="#959199"
ellipsize="end"
layout_gravity="end"
id="@+id/tvDate"
layout_width="wrap_content"
layout_height="wrap_content"
singleLine="true"
NOT_FOUND_0x16="0"
NOT_FOUND_0x1a="0"
style="@style/2132017680"/>
</LinearLayout>
<com.scb.phone.view.custom.ImageTextView
textSize="16sp"
ellipsize="end"
gravity="end"
id="@+id/tvFundNav"
visibility="visible"
layout_width="wrap_content"
layout_height="wrap_content"
singleLine="true"
NOT_FOUND_0x18="0"
NOT_FOUND_0x19="@+id/tvName"
NOT_FOUND_0x1b="@dimen/2131165383"
NOT_FOUND_0x1c="@dimen/2131165382"
NOT_FOUND_0x1d="@dimen/2131165370"
style="@style/2132017842"/>
<TextView
textSize="16sp"
ellipsize="end"
id="@+id/tvCurrentChange"
visibility="visible"
layout_width="wrap_content"
layout_height="wrap_content"
singleLine="true"
style="@style/2132017985"/>
</LinearLayout>
</LinearLayout>
</androidx.cardview.widget.CardView>
<TextView
textSize="20sp"
textColor="#000000"
id="@+id/tvRecommendCaption"
paddingTop="4dp"
paddingBottom="16dp"
layout_width="wrap_content"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp"
elevation="2dp"
style="@style/2132017985"/>
</FrameLayout>