rv_home.xml
2.1 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
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<FrameLayout
android:id="@+id/item_frame"
android:layout_width="@dimen/dp_231"
android:layout_height="@dimen/dp_130">
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@mipmap/itemimg" />
<ImageView
android:layout_width="@dimen/dp_56"
android:layout_height="@dimen/dp_18"
android:src="@mipmap/huiyuan" />
</FrameLayout>
<TextView
android:id="@+id/item_title"
android:layout_width="@dimen/dp_148"
android:layout_height="wrap_content"
android:layout_below="@+id/item_frame"
android:layout_marginTop="@dimen/dp_13"
android:text="初级机器人研发工程师"
android:textColor="#555555"
android:textSize="15sp" />
<ImageView
android:id="@+id/img_zuanshi"
android:layout_width="@dimen/dp_16"
android:layout_height="@dimen/dp_16"
android:layout_below="@id/item_title"
android:layout_marginTop="@dimen/dp_8"
android:src="@mipmap/huangzuanshi" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/item_title"
android:layout_marginTop="@dimen/dp_9"
android:layout_toRightOf="@+id/img_zuanshi"
android:text="超级会员"
android:textColor="#ED8E1A"
android:textSize="12sp" />
<TextView
android:layout_width="@dimen/dp_88"
android:layout_height="wrap_content"
android:layout_below="@id/item_frame"
android:layout_alignRight="@id/item_frame"
android:layout_marginTop="@dimen/dp_42"
android:text="入门·1万人在学"
android:textSize="12sp" />
<View
android:layout_width="@dimen/dp_20"
android:layout_height="match_parent"
android:layout_toRightOf="@id/item_frame" />
</RelativeLayout>