i\'ve an activity that contains a LinearLayout (horizontal), i want that all elements inside the LinearLyout are attached, without margin or padding. I\'ve tried many methods bu
You can use android:layout_weight property in LinearLayout,this will override all th padding,