42 lines
1.6 KiB
XML
42 lines
1.6 KiB
XML
|
<?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/fl_container"
|
||
|
padding="4dp"
|
||
|
clipToPadding="false"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<androidx.cardview.widget.CardView
|
||
|
id="@+id/card_view"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0xe="@dimen/2131165456">
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_contentHolder"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
id="@+id/iv_highlight"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="170dp"
|
||
|
NOT_FOUND_0x10="0"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x12="0"/>
|
||
|
<TextView
|
||
|
textStyle="bold"
|
||
|
ellipsize="end"
|
||
|
gravity="bottom|left"
|
||
|
id="@+id/tv_highlight_title"
|
||
|
background="#00000000"
|
||
|
paddingLeft="24dp"
|
||
|
paddingRight="24dp"
|
||
|
paddingBottom="18dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
lines="2"
|
||
|
NOT_FOUND_0xf="@+id/iv_highlight"
|
||
|
style="@style/2132017905"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
</androidx.cardview.widget.CardView>
|
||
|
</FrameLayout>
|