Hi,

Is there a way to set something like border="1" in a TableLayout?

<TableLayout xmlns:android="http://schemas.android.com/apk/res/
android"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:id="@+id/mitabla">


    <TableRow>
        <TextView
            android:text=""
            android border="1" <<< ???
            android:background="#00000000"
            android:padding="15dip" />

Regards,
Robertico

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to