1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
- xmlns : app =" http://schemas.android.com/apk/res-auto"
4
- xmlns : tools =" http://schemas.android.com/tools"
5
- android : layout_width =" match_parent"
6
- android : layout_height =" match_parent"
7
- android : background =" @color/dot_stroke"
8
- android : orientation =" vertical"
9
- tools : context =" .MainActivity" >
3
+ xmlns : app =" http://schemas.android.com/apk/res-auto"
4
+ xmlns : tools =" http://schemas.android.com/tools"
5
+ android : layout_width =" match_parent"
6
+ android : layout_height =" match_parent"
7
+ android : background =" @color/dot_stroke"
8
+ android : orientation =" vertical"
9
+ tools : context =" .MainActivity" >
10
10
11
11
<FrameLayout
12
12
android : layout_width =" match_parent"
13
13
android : layout_height =" wrap_content"
14
- android : layout_marginTop =" 64dp " >
14
+ android : layout_marginTop =" 32dp " >
15
15
16
16
<androidx .recyclerview.widget.RecyclerView
17
- android : id =" @+id/recycler_view "
17
+ android : id =" @+id/recyclerView "
18
18
android : layout_width =" match_parent"
19
- android : layout_height =" 120dp " />
19
+ android : layout_height =" 100dp " />
20
20
21
21
<cz .intik.overflowindicator.OverflowPagerIndicator
22
- android : id =" @+id/view_pager_indicator "
22
+ android : id =" @+id/viewPagerIndicator "
23
23
android : layout_width =" wrap_content"
24
24
android : layout_height =" wrap_content"
25
- android : layout_gravity =" center" />
25
+ android : layout_gravity =" center" />
26
26
</FrameLayout >
27
27
28
28
<FrameLayout
29
29
android : layout_width =" match_parent"
30
30
android : layout_height =" wrap_content"
31
- android : layout_marginTop =" 64dp " >
31
+ android : layout_marginTop =" 32dp " >
32
32
33
33
<androidx .recyclerview.widget.RecyclerView
34
- android : id =" @+id/recycler_view_simple "
34
+ android : id =" @+id/recyclerViewColors "
35
35
android : layout_width =" match_parent"
36
- android : layout_height =" 120dp " />
36
+ android : layout_height =" 100dp " />
37
37
38
38
<cz .intik.overflowindicator.OverflowPagerIndicator
39
- android : id =" @+id/view_pager_indicator_simple "
39
+ android : id =" @+id/viewPagerIndicatorColors "
40
40
android : layout_width =" wrap_content"
41
41
android : layout_height =" wrap_content"
42
42
android : layout_gravity =" center"
43
43
app : dotFillColor =" @color/colorAccent"
44
- app : dotStrokeColor =" #0000FF"
45
- />
44
+ app : dotStrokeColor =" #0000FF" />
45
+ </FrameLayout >
46
+
47
+ <FrameLayout
48
+ android : layout_width =" match_parent"
49
+ android : layout_height =" wrap_content"
50
+ android : layout_marginTop =" 32dp" >
51
+
52
+ <androidx .recyclerview.widget.RecyclerView
53
+ android : id =" @+id/recyclerViewSizes"
54
+ android : layout_width =" match_parent"
55
+ android : layout_height =" 100dp" />
56
+
57
+ <cz .intik.overflowindicator.OverflowPagerIndicator
58
+ android : id =" @+id/viewPagerIndicatorSizes"
59
+ android : layout_width =" wrap_content"
60
+ android : layout_height =" wrap_content"
61
+ android : layout_gravity =" center"
62
+ app : indicatorMargin =" 6dp"
63
+ app : indicatorSize =" 22dp" />
46
64
</FrameLayout >
47
65
48
66
</LinearLayout >
0 commit comments