Skip to content

cell xml ui

Radomiej edited this page Nov 24, 2016 · 1 revision

Cell is basic design object, contains in every ui elements: table, button, image etc. It allow you to position elements on screen.

This is cell attributes:

  • expand-all|expand-x|expand-y : bool

  • fill-all|fill-x|fill-y : bool

  • center|top|bottom|left|right|padding : bool

  • padding : float

  • space : float

  • colspan: int

  • height|min-height|max-height : float

  • width|min-width|max-width : float

For more details about cell work visit: https://github.com/EsotericSoftware/tablelayout

Clone this wiki locally