I have a linear layout which consists of imageview and textview , one below another in a linear layout.
Give a try to .bringToFront():
.bringToFront()
http://developer.android.com/reference/android/view/View.html#bringToFront%28%29