52 lines
1.9 KiB
XML
52 lines
1.9 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"
|
||
|
android:layout_width="166.67dp"
|
||
|
android:layout_height="166.67dp"
|
||
|
app:cardBackgroundColor="@color/white"
|
||
|
app:cardCornerRadius="7.68dp">
|
||
|
|
||
|
<RelativeLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent">
|
||
|
|
||
|
<ImageView
|
||
|
android:id="@+id/live_bg"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:scaleType="centerCrop" />
|
||
|
|
||
|
<ImageView
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentBottom="true"
|
||
|
android:background="@mipmap/bg_main_item_bottom" />
|
||
|
|
||
|
<ImageView
|
||
|
android:layout_width="70dp"
|
||
|
android:layout_height="21.33dp"
|
||
|
android:layout_marginTop="7dp"
|
||
|
android:src="@mipmap/tab_recommend" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/host_name"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentBottom="true"
|
||
|
android:layout_marginStart="12.67dp"
|
||
|
android:layout_marginBottom="13.33dp"
|
||
|
android:textColor="@color/white"
|
||
|
android:textSize="10sp"
|
||
|
android:textStyle="bold" />
|
||
|
|
||
|
<ImageView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentEnd="true"
|
||
|
android:layout_alignParentBottom="true"
|
||
|
android:layout_marginEnd="7.33dp"
|
||
|
android:layout_marginBottom="10.67dp"
|
||
|
android:src="@mipmap/btn_golive" />
|
||
|
</RelativeLayout>
|
||
|
|
||
|
</androidx.cardview.widget.CardView>
|