Is there any solution to fade the last line in a multi-lint TextView? As the following effects:

Is there any solution to fade the last line in a multi-lint TextView? As the following effects:

You can set Textview property as changemaxlines according.
android:maxLines="1"
android:scrollHorizontally="true"
android:ellipsize="end"