How can I have more than one button, or a button and a text view in the same location in one layout but one on top of the other?
I want to have a button that is hidden m
Please take a look at RelativeLayouts.
They use android:layout_below and android:layout_above to position elements below/above other elements.
android:layout_below
android:layout_above