Android Bootstrap is an Android library which provides custom views styled according to the Twitter Bootstrap Specification. This allows you to spend more time on development rather than trying to get a consistent theme across your app, especially if you are already familiar with the Bootstrap Framework. Create buttons that support Glyph icons, and are themeable using Bootstrap Brands. BootstrapButtonGroup Allows BootstrapButtons to be grouped together and their attributes controlled en masse. BootstrapProgressBar Displays progress in a bar from 0-100, and animates updates to the current progress. BootstrapLabel Displays non-clickable text in a widget similar to the BootstrapButton, sizable using H1-H6 elements. BootstrapCircleThumbnail Displays images in a center-cropped Circular View, themed with BootstrapBrand.
Features
- Custom styles can be applied to any of the views in this library by creating a class which implements BootstrapBrand
- Global BootstrapBrand/BootstrapSize attributes replace view-specific enums
- Various altered method signatures/attributes for views
- Custom views styled according to the Twitter Bootstrap Specification
- Use it to display progress in a bar from 0-100, and animate updates to the current progress
- Editing of text in a widget themed using BootstrapBrand