70 lines
2.4 KiB
XML
70 lines
2.4 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/flContainer"
|
||
|
padding="6dp"
|
||
|
clipToPadding="false"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
minHeight="300dp">
|
||
|
<androidx.cardview.widget.CardView
|
||
|
id="@+id/cardView"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x12="@dimen/2131165456">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/llContentHolder"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
id="@+id/iv_highlight"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="170dp"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/llTextHolder"
|
||
|
paddingTop="4dp"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp">
|
||
|
<TextView
|
||
|
textSize="24sp"
|
||
|
textStyle="bold"
|
||
|
textColor="#7631c1"
|
||
|
ellipsize="end"
|
||
|
id="@+id/tv_highlight_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
lines="2"
|
||
|
style="@style/2132017959"/>
|
||
|
<TextView
|
||
|
textSize="22sp"
|
||
|
textColor="#736e78"
|
||
|
ellipsize="end"
|
||
|
id="@+id/tv_highlight_desc"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="4dp"
|
||
|
lines="2"
|
||
|
style="@style/2132017985"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
</androidx.cardview.widget.CardView>
|
||
|
<TextView
|
||
|
textSize="20sp"
|
||
|
textColor="#000000"
|
||
|
ellipsize="end"
|
||
|
id="@+id/tv_highlight_caption"
|
||
|
paddingTop="4dp"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
lines="1"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
elevation="2dp"
|
||
|
style="@style/2132017985"/>
|
||
|
</FrameLayout>
|