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 01f4c44 commit e64e2baCopy full SHA for e64e2ba
fadingtextview/src/main/java/com/tomer/fadingtextview/FadingTextView.java
@@ -75,7 +75,6 @@ private void init(Context context) {
75
fadeOutAnimation = AnimationUtils.loadAnimation(context, R.anim.fadeout);
76
handler = new Handler();
77
isShown = true;
78
- setMaxLines(1);
79
}
80
81
private void handleAttrs(Context context, AttributeSet attrs) {
0 commit comments