68 lines
3.0 KiB
XML
68 lines
3.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
<RelativeLayout
|
|
android:background="@drawable/bg_community_diy"
|
|
android:layout_width="@dimen/dp230w"
|
|
android:layout_height="@dimen/dp226w"
|
|
android:layout_margin="@dimen/dp6w">
|
|
<androidx.cardview.widget.CardView
|
|
android:id="@+id/card_image_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp130w"
|
|
app:cardCornerRadius="@dimen/dp15"
|
|
app:cardElevation="0dp">
|
|
<ImageView
|
|
android:layout_gravity="center"
|
|
android:background="@drawable/load_image_error"
|
|
android:layout_width="@dimen/dp130"
|
|
android:layout_height="@dimen/dp110"/>
|
|
<ImageView
|
|
android:id="@+id/img_play_background"
|
|
android:padding="1dp"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:scaleType="centerCrop"/>
|
|
<ImageView
|
|
android:layout_gravity="center"
|
|
android:id="@+id/img_play"
|
|
android:background="@mipmap/icon_play"
|
|
android:layout_width="@dimen/dp40"
|
|
android:layout_height="@dimen/dp40"/>
|
|
</androidx.cardview.widget.CardView>
|
|
<View style="@style/link_view_bottom"/>
|
|
<RelativeLayout style="@style/link_middle_view">
|
|
<ImageView
|
|
android:layout_marginTop="@dimen/dp15"
|
|
style="@style/link_recommend_style"/>
|
|
<ImageView
|
|
android:id="@+id/img_header"
|
|
style="@style/link_recommend_photo_style"/>
|
|
<TextView
|
|
android:textSize="@dimen/dp18w"
|
|
android:textColor="@color/txt_96A6B4"
|
|
android:id="@+id/tv_nickname"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp20w"
|
|
android:layout_marginBottom="@dimen/mdp10"
|
|
android:text=" Good Man"
|
|
android:layout_toRightOf="@+id/img_header"
|
|
android:layout_alignBottom="@+id/img_header"/>
|
|
</RelativeLayout>
|
|
<TextView
|
|
android:textSize="@dimen/dp19w"
|
|
android:textColor="@color/theme_txt"
|
|
android:ellipsize="end"
|
|
android:id="@+id/tv_hot_desc"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp20"
|
|
android:layout_marginRight="@dimen/dp20"
|
|
android:layout_marginBottom="@dimen/dp10"
|
|
android:maxLines="2"
|
|
android:layout_alignParentBottom="true"/>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|