view - Android: how to move standard elements (like EditText) by touch event? -
I can override on touch events, but there is no x and y coordinate to set in editing text or normal view is.
Adjust the rules of any container (e.g., relativeLayout ) to you Whatever it is, you want to be the result of this onTouchEvent () . Generally, this is done by adjusting the container-specific layout parameters associated with the widget.
Comments
Post a Comment