You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should then checkout the library and investigate the sample code, which provides examples for most functionality.
The sample app is also available on Google Play.
Custom Themes
The color of most views can be changed using the BootstrapBrand interface. Several default values such as Success, Warning, and Danger, are provided. You can also create your own by implementing your own class, as below:
BootstrapButtonbutton = BootstrapButton(context);
button.setBootstrapBrand(newAwesomeTheme());
staticclassAwesomeThemeimplementsBootstrapBrand {
// TODO implement methods here
}
Contact
If you have any questions, issues, or just want to let us know where you're using Android Bootstrap, tweet us at @BeardedHen or email support@beardedhen.com