Created
August 3, 2012 14:51
-
-
Save rupak/3248319 to your computer and use it in GitHub Desktop.
Background Demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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