Coming from Xcode, I'm really confused with Android Studio. I want to do such a simple thing as putting one view above another, but for some reason, the view I want to the front ends up in the back:
imageButton
should be in front of chapter1
but no matter how I arrange the hierarchy it still ends up in the back. Should I add imageButton as a subview
to chapter1
? Should I surround the items with a container? In Xcode, you just put one view on top of another. So much simpler, or am I missing something?