How to make view resizable on touch event
问题 See the following image I want to change the shape of highlighted view by dragging its corner.. not necessory the view after dragging the corner should be rectangle it can be any arbitary shape how to achive this?? now i have done the 4 corners movable on touch event but the shape is not changing package com.assignment.DragDrop; import android.content.Context; import android.graphics.Bitmap; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import