set_span


Description:

public void set_span (Actor actor, int column_span, int row_span)

Sets the row and column span for actor inside this

Note:

Use the `width` and `height` layout properties of GridLayout instead

Parameters:

this

a TableLayout

actor

a Actor child of this

column_span

Column span for actor

row_span

Row span for actor