Laying out data with TableLayout
In the project window, expand the res
folder. Now right-click the layout
folder and select New. Notice that there is an option for Layout resource file.
Select Layout resource file and you will see the New Resource File dialog window.
In the File name field, enter my_table_layout
. This is the same name we used in the call to setContentView
within the loadTableLayout
method.
Notice that it has already selected LinearLayout as the Root element option. Delete LinearLayout
and type TableLayout
.
Click the OK button and Android Studio will generate a new TableLayout
in an XML file called my_table_layout
and place it in the layout
folder ready for us to build our new table-based UI. Android Studio will also open the UI designer ...
Get Android Programming for Beginners - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.