2
2
<RelativeLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
android : paddingTop =" 8dp"
4
4
android : paddingRight =" 4dp"
5
- android : paddingLeft =" 4dp "
5
+ android : paddingLeft =" 12dp "
6
6
android : paddingBottom =" 4dp"
7
- android : background =" #ffffff "
7
+ android : background =" #fafafa "
8
8
android : layout_width =" match_parent"
9
9
android : layout_height =" wrap_content" >
10
10
11
- <RelativeLayout
12
- android : clickable =" true"
13
- android : background =" ?android:attr/selectableItemBackground"
14
- android : layout_marginLeft =" 12dp"
15
- android : layout_marginRight =" 12dp"
16
- android : id =" @+id/sectionContainer"
17
- android : layout_width =" match_parent"
18
- android : layout_height =" wrap_content" >
19
-
20
11
<TextView
21
12
android : id =" @+id/explore_item_header"
22
13
android : layout_width =" wrap_content"
23
14
android : layout_height =" wrap_content"
24
15
android : text =" HOT"
16
+ android : layout_marginLeft =" 4dp"
25
17
android : textAllCaps =" true"
26
18
android : textColor =" @color/AnyAudioBlack"
27
19
android : textSize =" 18sp" />
28
20
29
21
<FrameLayout
30
22
android : id =" @+id/tip"
31
23
android : layout_marginTop =" 4dp"
24
+ android : layout_marginLeft =" 4dp"
32
25
android : layout_below =" @+id/explore_item_header"
33
26
android : layout_width =" 32dp"
34
27
android : layout_height =" 3dp"
35
28
android : background =" @drawable/explore_text_under_tip" />
36
29
30
+ <android .support.v7.widget.RecyclerView
31
+ android : layout_below =" @+id/tip"
32
+ android : id =" @+id/explore_left_to_right_recyclerView"
33
+ android : layout_width =" match_parent"
34
+ android : layout_height =" wrap_content"
35
+ />
36
+
37
37
<TextView
38
- android : layout_alignParentEnd =" true"
39
38
android : textColor =" @color/AnyAudioPrimaryColor"
40
39
android : text =" ShowAll"
41
40
android : textStyle =" bold"
42
- android : layout_centerVertical =" true"
43
41
android : id =" @+id/explore_item_show_all"
44
42
android : layout_width =" wrap_content"
45
- android : layout_height =" wrap_content" />
46
-
47
- </RelativeLayout >
48
-
49
- <android .support.v7.widget.RecyclerView
50
- android : id =" @+id/explore_left_to_right_recyclerView"
51
- android : layout_width =" match_parent"
52
- android : layout_height =" match_parent"
53
- android : layout_below =" @+id/sectionContainer"
54
- android : layout_marginTop =" 8dp"
55
- android : layout_marginLeft =" 16dp"
56
- android : layout_centerHorizontal =" true" />
43
+ android : layout_height =" wrap_content"
44
+ android : layout_alignBaseline =" @+id/explore_item_header"
45
+ android : layout_alignBottom =" @+id/explore_item_header"
46
+ android : layout_alignParentEnd =" true" />
57
47
58
48
59
49
</RelativeLayout >
0 commit comments