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
Always use RelativeLayouts. Not use Linear inside relative. The best practices in android:
http://android-developers.blogspot.com/2009/02/android-layout-tricks-1.html
Use for example commands like:
layout_above layout_toRightOf layout_alignParentTop etc.