diff options
Diffstat (limited to 'core/java/android/widget/TableLayout.java')
| -rw-r--r-- | core/java/android/widget/TableLayout.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/widget/TableLayout.java b/core/java/android/widget/TableLayout.java index 73760acdb253..7f26e28b0770 100644 --- a/core/java/android/widget/TableLayout.java +++ b/core/java/android/widget/TableLayout.java @@ -67,6 +67,9 @@ import java.util.regex.Pattern; * <p>Although the typical child of a TableLayout is a TableRow, you can * actually use any View subclass as a direct child of TableLayout. The View * will be displayed as a single row that spans all the table columns.</p> + * + * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-tablelayout.html">Table + * Layout tutorial</a>.</p> */ public class TableLayout extends LinearLayout { private int[] mMaxWidths; |
