Consider we have an imageView
object like following:
ImageView imageView ;
textView = (TextView) findViewById(R.id.textView);
How can I move the imageView
object in the favorite locations on the layout with programming and of course without changing the its height and width that I had configured in the relativeLayout
.