I always read about this funny weight value in the Android documentations. Now I want to try it for the first time but it isn\'t working at all.
As I understand it
You are not setting the layout_weight property. Your code reads weight="1" and it should read android:layout_weight="1".
layout_weight
weight="1"
android:layout_weight="1"