banner_item_home_news.xml
2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:id="@+id/imageView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
android:src="@drawable/dss_placeholder_default"
/>
<FrameLayout
android:id="@+id/player_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone" />
<!-- 蒙层 -->
<RelativeLayout android:id="@+id/layout_title"
android:layout_width="match_parent"
android:layout_height="@dimen/rmrb_dp39"
android:layout_alignParentBottom="true"
android:background="@drawable/bg_banner_item">
<TextView
android:id="@+id/tv_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/rmrb_dp8"
android:layout_marginEnd="@dimen/rmrb_dp69"
android:layout_marginBottom="@dimen/rmrb_dp8"
android:layout_alignParentBottom="true"
android:ellipsize="end"
android:maxLines="1"
android:textColor="@color/colorWhite"
android:textSize="@dimen/rmrb_dp16" />
</RelativeLayout>
<ImageView
android:id="@+id/iv_live_tag"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:visibility="invisible"
android:layout_marginStart="@dimen/rmrb_dp8"
android:layout_marginTop="@dimen/rmrb_dp8" />
<ImageView
android:id="@+id/ivCloseAd"
android:layout_width="@dimen/rmrb_dp20"
android:layout_height="@dimen/rmrb_dp20"
android:layout_alignParentTop="true"
android:layout_alignParentRight="true"
android:src="@mipmap/icon_ads_close"
android:visibility="gone"
android:layout_marginEnd="@dimen/rmrb_dp5"
android:layout_marginTop="@dimen/rmrb_dp5" />
</RelativeLayout>