Hi there,
How about making a custom ViewGroup that extends TableLayout then
override the paint method.
In the overrided method
  1. you may get all of views in the layout to get view's bounds area
  2. draw rectangle to express the border of view

I didn't try this, but it makes sense.

On 3월13일, 오후6시18분, neuzou <neu...@gmail.com> wrote:
> Hi:
>    everybody, Android developer guide mention "TableLayout containers
> do not display border lines for their rows, columns, or cells." But we
> have a requirement to display the border on UI, there is no attribute
> to enable the border in TableLayout.
> how can I do it, anybody can give me some suggestion?
> Thanks.
>
> Regards
> Dwyane

--~--~---------~--~----~------------~-------~--~----~
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