File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 19
19
[ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-Checkable%20TextView-orange.svg?style=flat )] ( https://android-arsenal.com/details/1/7770 )
20
20
[ ![ GitHub license] ( https://img.shields.io/github/license/JDevZone/CheckableTextView.svg?style=flat )] ( https://github.com/JDevZone/CheckableTextView/blob/master/LICENSE )
21
21
22
+ ---------------------------
23
+ ### What's New
24
+
25
+ | Animation | Demo |
26
+ | --- | :---: |
27
+ | <p align =" center " >Normal </br > (duration = 250 ms)</p > | <img src =" sample_01.gif " width =" 90% " /> |
28
+ | <p align =" center " >Custom Duration </br > (duration = 2000 ms)</p > | <img src =" sample_slowmo.gif " width =" 90% " /> |
29
+
30
+ > Sorry for flicker in slow motion video demo . You know android studio screen recorder sucks sometimes :sweat_smile :
31
+
32
+ <br /><br />
22
33
---------------------------
23
34
### Installation
24
35
@@ -112,6 +123,8 @@ Here are the attributes you can specify through XML or related setters:
112
123
* ` ctv_IconTint ` - Set icon tint.
113
124
* ` ctv_IconChecked ` - Set TextView (` CheckableTextView ` ) state checked.
114
125
* ` ctv_TextGravity ` - Set text gravity.
126
+ * ` ctv_AnimType ` - Set check animation type currently only two available (` scale ` and ` translate ` ).
127
+ * ` ctv_AnimDuration ` - Set duration for check animation.
115
128
116
129
### 📄 License
117
130
You can’t perform that action at this time.
0 commit comments