ram
ram

Reputation: 1121

Android Linear layout

 <LinearLayout></LinearLayout>

In linearlayout, view will be added from top to bottom, Can we override and make it add view from bottom to top.

Upvotes: 0

Views: 58

Answers (3)

DiegoF
DiegoF

Reputation: 84

is too easy, just drag the items you use and arrange them any way you want, do not restrict in any way what the RelativeLayout

Upvotes: 0

Abx
Abx

Reputation: 2882

No you cannot override linear layout in the way you wish to do.You can use relative layout for that. You can check that there is no option available to do that in a linear layout,I have tried that.

Upvotes: 0

DiegoF
DiegoF

Reputation: 84

can not, what you can do is change the layout and use a RelativeLayout

Upvotes: 1

Related Questions