11<?xml version =" 1.0" encoding =" utf-8" ?>
22<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" >
1010
1111 <FrameLayout
1212 android : layout_width =" match_parent"
1313 android : layout_height =" wrap_content"
14- android : layout_marginTop =" 64dp " >
14+ android : layout_marginTop =" 32dp " >
1515
1616 <androidx .recyclerview.widget.RecyclerView
17- android : id =" @+id/recycler_view "
17+ android : id =" @+id/recyclerView "
1818 android : layout_width =" match_parent"
19- android : layout_height =" 120dp " />
19+ android : layout_height =" 100dp " />
2020
2121 <cz .intik.overflowindicator.OverflowPagerIndicator
22- android : id =" @+id/view_pager_indicator "
22+ android : id =" @+id/viewPagerIndicator "
2323 android : layout_width =" wrap_content"
2424 android : layout_height =" wrap_content"
25- android : layout_gravity =" center" />
25+ android : layout_gravity =" center" />
2626 </FrameLayout >
2727
2828 <FrameLayout
2929 android : layout_width =" match_parent"
3030 android : layout_height =" wrap_content"
31- android : layout_marginTop =" 64dp " >
31+ android : layout_marginTop =" 32dp " >
3232
3333 <androidx .recyclerview.widget.RecyclerView
34- android : id =" @+id/recycler_view_simple "
34+ android : id =" @+id/recyclerViewColors "
3535 android : layout_width =" match_parent"
36- android : layout_height =" 120dp " />
36+ android : layout_height =" 100dp " />
3737
3838 <cz .intik.overflowindicator.OverflowPagerIndicator
39- android : id =" @+id/view_pager_indicator_simple "
39+ android : id =" @+id/viewPagerIndicatorColors "
4040 android : layout_width =" wrap_content"
4141 android : layout_height =" wrap_content"
4242 android : layout_gravity =" center"
4343 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" />
4664 </FrameLayout >
4765
4866</LinearLayout >
0 commit comments