66 lines
2.9 KiB
XML
66 lines
2.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.ubt.jimu.widgets.screenAdaptive.XRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:background="@drawable/shape_white"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="20px"
|
|
android:layout_marginRight="68px">
|
|
<com.ubt.jimu.widgets.screenAdaptive.XRelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="138px">
|
|
<androidx.cardview.widget.CardView
|
|
android:id="@+id/cd_img_content"
|
|
android:layout_width="192px"
|
|
android:layout_height="108px"
|
|
android:layout_marginLeft="20px"
|
|
android:layout_centerVertical="true"
|
|
app:cardCornerRadius="10dp"
|
|
app:cardElevation="0dp">
|
|
<ImageView
|
|
android:id="@+id/img_play_background"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:scaleType="fitXY"/>
|
|
<ImageView
|
|
android:layout_gravity="center"
|
|
android:id="@+id/img_play"
|
|
android:background="@mipmap/icon_play"
|
|
android:layout_width="35px"
|
|
android:layout_height="35px"/>
|
|
</androidx.cardview.widget.CardView>
|
|
<TextView
|
|
android:textSize="20px"
|
|
android:textColor="@color/txt_1D2C42"
|
|
android:ellipsize="end"
|
|
android:id="@+id/tv_search_title"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="16px"
|
|
android:layout_marginTop="20px"
|
|
android:maxWidth="327px"
|
|
android:lines="1"
|
|
android:layout_toRightOf="@+id/cd_img_content"/>
|
|
<TextView
|
|
android:textSize="@dimen/text_14"
|
|
android:textColor="@color/bg_white"
|
|
android:id="@+id/tv_label"
|
|
android:visibility="gone"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="20px"
|
|
android:layout_toRightOf="@+id/tv_search_title"/>
|
|
<TextView
|
|
android:textSize="16px"
|
|
android:textColor="@color/txt_616d78"
|
|
android:ellipsize="end"
|
|
android:id="@+id/tv_search_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="16px"
|
|
android:layout_marginRight="13px"
|
|
android:maxLines="2"
|
|
android:layout_toRightOf="@+id/cd_img_content"
|
|
android:layout_below="@+id/tv_search_title"/>
|
|
</com.ubt.jimu.widgets.screenAdaptive.XRelativeLayout>
|
|
</com.ubt.jimu.widgets.screenAdaptive.XRelativeLayout>
|