How to adjust relative layout when zooming an item?
问题 I have created a screen in which have created RelativeLayout dynamically. After that I have added some ImageView under RelativeLayout . The requirement is that when I click on any Image View then that ImageView should be zoom by 20% and other images show be adjusted automatically. So I have two problems: How to zoom a particular ImageView (other ImagesView should be zoom out if already zoomed in) How to adjust other Image View when perform zoom in and zoom out Please suggest, I have not