How can one achieve scrollbar like one below for TextView?
So what i mean is, the scrollbar style is custom and is visible when the content does not fit into TextView.
Thank you all in advance.
How can one achieve scrollbar like one below for TextView?
So what i mean is, the scrollbar style is custom and is visible when the content does not fit into TextView.
Thank you all in advance.
You can't add ScrollView
to a TextView
. You can make it scrollable instead (which is technically same)
See this answer , hope you get your solution!