layout_description_tile.xml
3.26 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/llRoot"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
tools:background="@color/color_000000">
<!--底部区域 视频名称-->
<com.wd.common.widget.expand.ExpandTextView
android:id="@+id/etvDescription1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="gone"
android:gravity="center_vertical"
app:collapseLessText="收起"
app:contentTextColor="@color/color_FFFFFF"
app:contentTextSize="@dimen/rmrb_dp14"
app:expandIconResId="@mipmap/icon_more_arrow_gray"
app:expandIconWidth="@dimen/rmrb_dp12"
app:expandIconTop="1"
app:expandMoreText="全文"
app:expandTextColor="#99ffffff"
app:expandTextSize="@dimen/rmrb_dp12"
app:isJustify="false"
app:isShrink="false"
app:lineSpacingExtra="@dimen/rmrb_dp3"
app:lineSpacingMultiplier="1"
app:maxLines="1" />
<!--底部区域 视频名称-->
<com.wd.common.widget.expand.ExpandTextView
android:id="@+id/etvDescription2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="gone"
android:gravity="center_vertical"
app:collapseLessText="收起"
app:contentTextColor="@color/color_FFFFFF"
app:contentTextSize="@dimen/rmrb_dp14"
app:expandIconResId="@mipmap/icon_more_arrow_gray"
app:expandIconWidth="@dimen/rmrb_dp12"
app:expandMoreText="全文"
app:expandIconTop="1"
app:expandTextColor="#99ffffff"
app:expandTextSize="@dimen/rmrb_dp12"
app:isJustify="false"
app:isShrink="false"
app:lineSpacingExtra="@dimen/rmrb_dp3"
app:lineSpacingMultiplier="1"
app:maxLines="2" />
<!--底部区域 视频名称-->
<com.wd.common.widget.expand.ExpandTextView
android:id="@+id/etvDescription3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="gone"
android:gravity="center_vertical"
app:collapseLessText="收起"
app:contentTextColor="@color/color_FFFFFF"
app:contentTextSize="@dimen/rmrb_dp14"
app:expandIconResId="@mipmap/icon_more_arrow_gray"
app:expandIconWidth="@dimen/rmrb_dp12"
app:expandIconTop="1"
app:expandMoreText="全文"
app:expandTextColor="#99ffffff"
app:expandTextSize="@dimen/rmrb_dp12"
app:isJustify="false"
app:isShrink="false"
app:lineSpacingExtra="@dimen/rmrb_dp3"
app:lineSpacingMultiplier="1"
app:maxLines="3" />
<TextView
android:id="@+id/tv_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="@dimen/rmrb_dp13"
android:textColor="@color/res_color_general_B3FFFFFF_keep"
android:layout_marginTop="@dimen/rmrb_dp8"
android:visibility="gone"/>
</LinearLayout>