69 lines
2.5 KiB
XML
69 lines
2.5 KiB
XML
|
<?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="8dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x18="@dimen/2131165404"
|
||
|
NOT_FOUND_0x19="@dimen/2131165312">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<RelativeLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
id="@+id/iv_partner"
|
||
|
background="#959199"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
scaleType="centerCrop"
|
||
|
adjustViewBounds="true"
|
||
|
minHeight="120dp"/>
|
||
|
<FrameLayout
|
||
|
id="@+id/fl_new_container"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="16dp"
|
||
|
layout_alignBottom="@+id/iv_partner">
|
||
|
<ImageView
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/tagnew"/>
|
||
|
<TextView
|
||
|
textColor="#ffffff"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="4dp"
|
||
|
text="@string/landing_page_tile_new"
|
||
|
textAllCaps="true"
|
||
|
layout_marginStart="8dp"
|
||
|
style="@style/2132017917"/>
|
||
|
</FrameLayout>
|
||
|
</RelativeLayout>
|
||
|
<TextView
|
||
|
ellipsize="end"
|
||
|
id="@+id/tv_partner_name"
|
||
|
paddingTop="16dp"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
maxLines="1"
|
||
|
singleLine="true"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
style="@style/2132017973"/>
|
||
|
<TextView
|
||
|
ellipsize="end"
|
||
|
id="@+id/tv_partner_desc"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
style="@style/2132017923"/>
|
||
|
</LinearLayout>
|
||
|
</androidx.cardview.widget.CardView>
|