Chaima Besbes
Chaima Besbes

Reputation: 3

Relative layout android doesn't work correctly

Does anyone knows why relative layout is not working and whenever i apply it all the element appear at the top of the layout.

Upvotes: 0

Views: 38

Answers (1)

benju
benju

Reputation: 324

You have to apply rules for your views inside like

android:layout_above

Or

android:layout_below

Check out constraint layout is a new layout where you can set constraints by hand

Upvotes: 1

Related Questions