Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Advanced UI Additions (Fields, Managers, Decor, and Example Implementations) #4

Merged
merged 2 commits into from Feb 7, 2012

Conversation

terrilldent
Copy link
Contributor

// Component
AutoScaleImageField.java – a field that will scale an image into a given space
SliderField.java – already existed, added some focus functionality

// Container
FieldSet.java – a manager with a special kind of border around it. Light weight, highly customizable

// Décor
BitmapBorderBackground.java – Shows how to create a custom Background.
BitmapMask.java – An illustration of how a developer can modify a bitmap image on BlackBerry one pixel at a time. This one is easily used to round corners of images, could be changed to implement filters.

// Images
All the images support the existing code, or the code included here.

// test
Any changes in these files are purely to illustrate the concepts above. They’re sample implementations.

timwindsor added a commit that referenced this pull request Feb 7, 2012
Advanced UI Additions (Fields, Managers, Decor, and Example Implementations)
@timwindsor timwindsor merged commit cea7dd0 into blackberry:master Feb 7, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants