I\'m coming from iOS where I can simply reparent a view under another view. I\'m trying to figure out the equiv in Android. I want to move an imageview up a couple of spots in
((ViewGroup)view.getParent()).removeView(view); newContainer.addView(view)