Is there a way to position a textview to be slightly above a centerd android button? I don’t want to hardcode values for a particular screen obviously, but something that will dynamically scale. The button will always be centered, however…
Thanks in advance!
Yes if your parent layout is a RelativeLayout you can position Views in relation to each other or to the parent here is a simple example (Warning didn’t type this into IDE, may contain typo):
That will make your layout look roughly like this: