Skip to content

Instantly share code, notes, and snippets.

@rupak
Created August 3, 2012 14:51
Show Gist options
  • Save rupak/3248319 to your computer and use it in GitHub Desktop.
Save rupak/3248319 to your computer and use it in GitHub Desktop.
Background Demo
Bitmap bmBg = Bitmap.getBitmapResource("background.png");
Background bg = BackgroundFactory.createBitmapBackground(bmBg, Background.POSITION_X_LEFT, Background.POSITION_Y_TOP, Background.REPEAT_SCALE_TO_FIT);
VerticalFieldManager myVfm = new VerticalFieldManager(USE_ALL_WIDTH | USE_ALL_HEIGHT | VERTICAL_SCROLL);
myVfm.setBackground(bg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment