final NinePatch background = style.background;
TableLayout layout = getTableLayout();
layout.padBottom(Integer.toString((int)(background.getBottomHeight()) + 1));
layout.padTop(Integer.toString((int)(background.getTopHeight()) + 1));
layout.padLeft(Integer.toString((int)(background.getLeftWidth()) + 1));
layout.padRight(Integer.toString((int)(background.getRightWidth()) + 1));
}
/**
* Sets the style of this widget.