Tizen Native API  3.0

In this example we add four labels to a homogeneous table that has a padding of 5px between cells.

The interesting bits from this example are:

  • Where we set the table as homogeneous and the padding:
  • Where we add each label to the table:

Here you can see the full source:

Our example will look like this:

table_example_01.png