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 6f8909c commit 154115fCopy full SHA for 154115f
library/src/main/java/com/developer/spoti/vspoti/VSpotMessageView2.java
@@ -13,6 +13,11 @@
13
14
class VSpotMessageView2 extends LinearLayout {
15
16
+ private CharSequence fullText = "";
17
+ private int index = 0;
18
+ private long delay = 30; // delay in ms per character
19
+ private final android.os.Handler handler = new android.os.Handler();
20
+
21
private TextView mTitleTextView;
22
private TextView mContentTextView;
23
private float density;
0 commit comments