We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78f9b0 commit f4591f1Copy full SHA for f4591f1
AutoTextSwitcher/src/main/java/com/masoud/autotextswitcher/AutoTextSwitcher.java
@@ -16,7 +16,7 @@ public class AutoTextSwitcher extends TextSwitcher
16
{
17
private static final int DEFAULT_ANIMATION_TIME = 1000; // Milliseconds
18
19
- int index = 0;
+ private int index = 0;
20
private ArrayList<CharSequence> textArray;
21
private long changeAnimationTime;
22
0 commit comments