enfix
enfix

Reputation: 6980

Android - Position element over background image

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

Answers (1)

Tomer Mor
Tomer Mor

Reputation: 8028

use `android:gravity=""

parameters and set to top, bottom and etc'

Upvotes: 1

Related Questions