Skip to content
This repository was archived by the owner on Mar 27, 2022. It is now read-only.

Commit c89ae6f

Browse files
committed
added color transition animation on text and image as tint
1 parent fbb0959 commit c89ae6f

File tree

5 files changed

+130
-129
lines changed

5 files changed

+130
-129
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ how I have used ImageView in RadioRealButton is no different than regular drawab
128128
| animateTexts_enterDuration | `integer` | enter animation duration of text in ms |
129129
| animateTexts_exit | `integer` | exit animation on text when other button is checked |
130130
| 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 |
137137

138138

139139
#### Examples

library/src/main/java/co/ceryle/radiorealbutton/RadioRealButton.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
import android.support.v7.widget.AppCompatImageView;
2828
import android.support.v7.widget.AppCompatTextView;
2929
import android.util.AttributeSet;
30-
import android.util.Log;
3130
import android.util.TypedValue;
3231
import android.view.Gravity;
3332
import android.view.View;

0 commit comments

Comments
 (0)