How To Make The Textview Drag In Linearlayout Smooth, In Android?
I have a situation which I am not able to fix, hopefully I will get some advises from you. The situation is simple: I have a LinearLayout in which I have a TextView with multiple l
Solution 1:
Well. this is weird. By inserting the TextView inside another LinearLayout with the same size as the initial one, makes everything smooth. I have no idea why.
Post a Comment for "How To Make The Textview Drag In Linearlayout Smooth, In Android?"