I have made a customized imageview with some editing for length and height size in onMeasure() in the view class. I have set this content in onCreate method of my Main Activity, but such changes didn't apply to my imageview. Is there any solution that I can redraw my imageview in onResume method? Thus all my changes in onMeasure() in view class will apply.
Can anyone help me with this? Thanks a lot !