I have the same question, I want to display the border on TableLayout, but Android does't give any method to do this, anybody can help me? Thanks.
Regards Dwyane On Feb 22, 12:51 pm, Robertico <[email protected]> wrote: > Hi, > > Is there a way to set something likeborder="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="" > androidborder="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 -~----------~----~----~----~------~----~------~--~---

