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!
TextView scrollable and at the same time, the scroll should have your custom style... am i right?TextView) you could follow my answer above and for the second step (styling scrollbar) you can go here