Reputation: 3
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
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