SHARE
TWEET

Untitled

a guest Apr 3rd, 2018 63 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Table table = new Table();
  2. Table tableLeft = new Table();
  3. Table tableRight = new Table()
  4.  
  5. table.setFillParent(true)
  6. table.add(tableLeft)
  7. table.add(tableRight);
  8.  
  9. tableLeft.add(image)
  10. tableRight.add(text).fillY).align(Align.top)
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top