comp_manuscript_style_content_06.xml
5.84 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.LinearLayoutCompat 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:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.wd.common.widget.RoundCornerImageView
android:id="@+id/imageView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/shape_comp_image_frame_4_t_lr"
android:scaleType="fitCenter"
app:leftTopRadius="@dimen/rmrb_dp4"
app:rightTopRadius="@dimen/rmrb_dp4"
tools:background="@color/blue_theme_bg"
tools:layout_height="@dimen/rmrb_dp200" />
<include
layout="@layout/comp_common_image_tag"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignRight="@+id/imageView"
android:layout_alignBottom="@+id/imageView"
android:layout_marginRight="@dimen/rmrb_dp8"
android:layout_marginBottom="@dimen/rmrb_dp8" />
</RelativeLayout>
<com.view.text.view.TagTextView
android:id="@+id/tvTitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/res_color_common_C8"
android:ellipsize="end"
android:lineSpacingMultiplier="1.1"
android:maxLines="2"
android:paddingLeft="@dimen/rmrb_dp12"
android:paddingTop="@dimen/rmrb_dp8"
android:paddingRight="@dimen/rmrb_dp12"
android:paddingBottom="@dimen/rmrb_dp12"
android:textColor="@color/res_color_common_C1"
android:textSize="@dimen/rmrb_dp17"
tools:text="这个观测平台,在“有风的地方”|寻访最美气象台站" />
<RelativeLayout
android:id="@+id/rlbtm"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingLeft="@dimen/rmrb_dp12"
android:paddingRight="@dimen/rmrb_dp12"
android:paddingBottom="@dimen/rmrb_dp12"
tools:background="@color/res_color_common_C8">
<LinearLayout
android:id="@+id/lltime"
android:layout_width="wrap_content"
android:layout_height="@dimen/rmrb_dp24"
android:orientation="horizontal"
android:paddingLeft="@dimen/rmrb_dp10"
android:paddingTop="@dimen/rmrb_dp2"
android:paddingRight="@dimen/rmrb_dp10"
android:paddingBottom="@dimen/rmrb_dp2">
<ImageView
android:id="@+id/iv_live_book"
android:layout_width="@dimen/rmrb_dp20"
android:layout_height="@dimen/rmrb_dp20"
android:layout_gravity="center_vertical"
android:layout_marginRight="@dimen/rmrb_dp6"
android:src="@mipmap/icon_subscribe_list" />
<!-- #ED2800 #999999-->
<com.wd.common.widget.StrokeWidthTextView
android:id="@+id/tvdescribe"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:textColor="@color/res_color_common_C11"
android:textSize="@dimen/rmrb_dp12"
tools:text="今日" />
<ImageView
android:id="@+id/graySporadic_Iv"
android:layout_width="@dimen/rmrb_dp4"
android:layout_height="@dimen/rmrb_dp16"
android:layout_gravity="center_vertical"
android:layout_marginLeft="@dimen/rmrb_dp3"
android:layout_marginRight="@dimen/rmrb_dp3"
android:src="@drawable/icon_red_sporadic" />
<com.wd.foundation.wdkit.view.customtextview.StrokeWidthTextView
android:id="@+id/tvdescriberight"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:textColor="@color/res_color_common_C11"
android:textSize="@dimen/rmrb_dp12"
tools:text="17:00开始" />
</LinearLayout>
<!-- #FFFFFF -->
<FrameLayout
android:id="@+id/flReserveBtn"
android:layout_width="@dimen/rmrb_dp52"
android:layout_height="@dimen/rmrb_dp24"
android:layout_alignParentRight="true"
android:background="@drawable/shape_bag_red_radious3">
<com.airbnb.lottie.LottieAnimationView
android:id="@+id/lanLoading"
android:layout_width="@dimen/rmrb_dp16"
android:layout_height="@dimen/rmrb_dp16"
android:layout_gravity="center"
android:visibility="gone"
app:lottie_autoPlay="false"
app:lottie_fileName="login_loading.json"
app:lottie_loop="true" />
<TextView
android:id="@+id/reserveBtn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="end"
android:layout_gravity="center"
android:maxLines="1"
android:textColor="@color/res_color_common_C8_keep"
android:textFontWeight="600"
android:textSize="@dimen/rmrb_dp12"
tools:text="预约" />
</FrameLayout>
</RelativeLayout>
</androidx.appcompat.widget.LinearLayoutCompat>