I\'ve been trying all day to get this to work and i think that I can use RelativeLayout
RelativeLayout
android:layout_weight=\"0.3\"
to pl
Since this xml file doesn't give error it doesn't mean that you can use these attributes (weight, orientation associated to LinearLayout) with RelativeLayout. Please see the documentation for RelativeLayout first.