This repository was archived by the owner on Mar 27, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +130
-129
lines changed
java/co/ceryle/radiorealbutton
sample/src/main/res/layout Expand file tree Collapse file tree 5 files changed +130
-129
lines changed Original file line number Diff line number Diff line change @@ -128,12 +128,12 @@ how I have used ImageView in RadioRealButton is no different than regular drawab
128
128
| animateTexts_enterDuration | ` integer ` | enter animation duration of text in ms |
129
129
| animateTexts_exit | ` integer ` | exit animation on text when other button is checked |
130
130
| animateTexts_exitDuration | ` integer ` | exit animation duration of text in ms |
131
- | animateDrawables_tintColorFrom | ` integer ` | initial color for drawable's tint color transition animation |
132
- | animateDrawables_tintColorTo | ` integer ` | final color for drawable's tint color transition animation |
133
- | animateDrawables_tintColorDuration | ` integer ` | total animation duration of drawable's tint transition in ms |
134
- | animateTexts_textColorFrom | ` integer ` | initial color for text's text color transition animation |
135
- | animateTexts_textColorTo | ` integer ` | final color for text's text color transition animation |
136
- | animateTexts_textColorDuration | ` integer ` | total animation duration of text's text color in ms |
131
+ | animateDrawables_tintColorFrom | ` color ` | initial color for drawable's tint color transition animation |
132
+ | animateDrawables_tintColorTo | ` color ` | final color for drawable's tint color transition animation |
133
+ | animateDrawables_tintColor_duration | ` integer ` | total animation duration of drawable's tint transition in ms |
134
+ | animateTexts_textColorFrom | ` color ` | initial color for text's text color transition animation |
135
+ | animateTexts_textColorTo | ` color ` | final color for text's text color transition animation |
136
+ | animateTexts_textColor_duration | ` integer ` | total animation duration of text's text color in ms |
137
137
138
138
139
139
#### Examples
Original file line number Diff line number Diff line change 27
27
import android .support .v7 .widget .AppCompatImageView ;
28
28
import android .support .v7 .widget .AppCompatTextView ;
29
29
import android .util .AttributeSet ;
30
- import android .util .Log ;
31
30
import android .util .TypedValue ;
32
31
import android .view .Gravity ;
33
32
import android .view .View ;
You can’t perform that action at this time.
0 commit comments