SyntaxFix
Write A Post
Hire A Developer
Questions
android:Layout_weight can be used when you don't attach a fix value to your width already like fill_parent etc.
android:Layout_weight
fill_parent
Do something like this :
<Button> Android:layout_width="0dp" Android:layout_weight=1 -----other parameters </Button>