I cant put a textview above my buttons without having my buttons move...How can I fix this?
Been stuck on this for 4 hours...Which is sad because I\'m t
You can wrap the buttons inside a layout and then place a textview above it and tell the new layout to be below the text view
and this should do the trick, hope it helps