android - How to move the custom dialog box? -
i beginner in android. creating custom dialog box, working fine. dialog box not moved. how move custom dialog box. example in windows contains notepad, paint, etc. when click (notepad, paint, etc) title bar can move position. if possible please send information how move dialog box. otherwise if not possible send reason. please reply answers , comments valuable me. thanks.
dialog doesn't have touch event listeners might possibly create activity, implement ontouchlistener on it, , in manifest file
<activity android:theme="@android:style/theme.dialog">
now activity dialogbox, , can implement view's setontouchlistener()
, write required code in listener.
Comments
Post a Comment