I want buttons flush against each other with no space in between - I
do this:

        <LinearLayout xmlns:android="http://schemas.android.com/apk/res/
android"
            android:orientation="horizontal"
android:layout_width="fill_parent" android:layout_height="53px"
            android:padding="0px" android:horizontalSpacing="0px">

            <Button android:id="@+id/Button1" android:layout_weight="1"
android:layout_width="0px" android:layout_height="53px">
            </Button>

            <Button android:id="@+id/Button2" android:layout_weight="1"
android:layout_width="0px" android:layout_height="53px">
            </Button>

            <Button android:id="@+id/Button3" android:layout_weight="1"
android:layout_width="0px" android:layout_height="53px">
            </Button>

        </LinearLayout>

but there is still spacing!

-phil
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to