Search code examples
androidimageviewmoveontouchlistener

Multiple imageview on touch action listener


I have 4 views in the same activity. I want to move each Imageview on touch in whole screen, but it allow me to move in its width height.

Each image view's layout height and width is wrap_content.

It works fine with one image view with fill_parent.


Solution

  • Its explained in this example.