Drag And Drop Textview
I have to drag and i am not able to drag it perfectly: The issues are: 1) I have to drag two to three times to bring that to desired position.Hence textview is not following the fi
Solution 1:
Perhaps you are not moving View
s the way they are supposed to, in Android?
setPadding()
is not the best way to go about it.
Here is an alternative way of Drag and Drop for View
s
Post a Comment for "Drag And Drop Textview"