File tree Expand file tree Collapse file tree 2 files changed +6
-17
lines changed
sample/src/main/res/layout Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7
7
tools : context =" com.r4sh33d.animatedcounttextview.MainActivity" >
8
8
9
9
<com .r4sh33d.animatedcounttextview.AnimatedCountTextView
10
- app : startWith =" 0"
11
- app : endWith =" 100"
12
- app : duration =" 4000"
13
- app : suffix =" %"
14
- app : numberType =" integer"
15
10
android : id =" @+id/countTextView"
16
11
android : layout_width =" wrap_content"
17
12
android : layout_height =" wrap_content"
21
16
android : layout_marginBottom =" 80dp"
22
17
android : text =" 0"
23
18
android : textSize =" 30sp"
19
+ app : duration =" 4000"
20
+ app : endWith =" 100"
24
21
app : layout_constraintBottom_toTopOf =" @+id/playButton"
25
22
app : layout_constraintEnd_toEndOf =" parent"
26
23
app : layout_constraintHorizontal_bias =" 0.5"
27
24
app : layout_constraintStart_toStartOf =" parent"
28
25
app : layout_constraintTop_toTopOf =" parent"
29
26
app : layout_constraintVertical_bias =" 0.13"
30
- app : layout_constraintVertical_chainStyle =" packed" />
27
+ app : layout_constraintVertical_chainStyle =" packed"
28
+ app : numberType =" integer"
29
+ app : startWith =" 0"
30
+ app : suffix =" %" />
31
31
32
32
<Button
33
33
android : id =" @+id/playButton"
You can’t perform that action at this time.
0 commit comments