Reputation: 6980
I have a linear layout with background image. How can i set position of any elements (buttons, ..) over it ?
Thanks all.
Upvotes: 0
Views: 246
Reputation: 8028
use `android:gravity=""
parameters and set to top, bottom and etc'
Upvotes: 1