I need to move an ImageView (or anything else, for that matter) around inside a RelativeLayout. Does any one know the proper way to do this?
this I found worked:
imageview.layout(l,t,r,b);