Is there any solution to fade the last line in a multi-lint TextView? As the following effects:
Asked
Active
Viewed 1,053 times
5
-
try this http://flavienlaurent.com/blog/2014/01/31/spans/ – Mohammad Hossein Gerami Oct 20 '15 at 08:23
-
did you managed how to do it? – Sergey Brazhnik May 18 '16 at 08:01
-
try this : http://stackoverflow.com/questions/8087555/programmatically-create-textview-with-ellipsis#answer-8087718 – Saeid Aug 06 '16 at 12:58
1 Answers
-2
You can set Textview property as changemaxlines according.
android:maxLines="1"
android:scrollHorizontally="true"
android:ellipsize="end"

YAGNESH SHINDE
- 55
- 1
- 8