File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
sampleproject/src/main/res/layout Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 5
5
android : id =" @+id/activity_main"
6
6
android : layout_width =" match_parent"
7
7
android : layout_height =" match_parent"
8
- android : background =" #eeedac"
9
8
tools : context =" com.nipunbirla.boxloader.MainActivity" >
10
9
11
10
<android .support.v7.widget.CardView
12
11
android : id =" @+id/cv_loading"
13
- android : layout_width =" 100dp "
14
- android : layout_height =" 100dp "
12
+ android : layout_width =" 70dp "
13
+ android : layout_height =" 70dp "
15
14
android : layout_centerInParent =" true" >
16
15
17
16
<com .nipunbirla.boxloader.BoxLoaderView
18
17
android : layout_width =" match_parent"
19
18
android : layout_height =" match_parent"
20
19
app : strokeColor =" #995876"
21
20
app : loaderColor =" #C67890"
22
- app : strokeWidth =" 40 "
23
- app : speed =" 20 " />
21
+ app : strokeWidth =" 20 "
22
+ app : speed =" 10 " />
24
23
</android .support.v7.widget.CardView>
25
24
26
25
<TextView
You can’t perform that action at this time.
0 commit comments