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

49 lines
1.8 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.cardview.widget.CardView
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent"
layout_marginTop="8dp"
layout_marginBottom="8dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0xf="@dimen/2131165404"
NOT_FOUND_0x10="@dimen/2131165408">
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_benefit_item"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/iv_benefit"
layout_width="match_parent"
layout_height="120dp"
scaleType="centerCrop"
adjustViewBounds="true"/>
<LinearLayout
orientation="vertical"
paddingTop="8dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
id="@+id/tv_benefit"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017973"/>
<TextView
id="@+id/tv_benefit_description"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017925"/>
</LinearLayout>
</LinearLayout>
</androidx.cardview.widget.CardView>
</LinearLayout>