Android-Bootstrap icon indicating copy to clipboard operation
Android-Bootstrap copied to clipboard

Bootstrap style widgets for Android, with Glyph Icons

Results 33 Android-Bootstrap issues
Sort by recently updated
recently updated
newest added

button icons not working app:fontAwesomeIcon="", app:bootstrapText="{fa_heart} {fa_github}", app:typicon="ty_code", example_awesome_text_view application crashes after using attributes and methods for icons

The background color is always grey, how can can I change that? These do not work: ``` bootstrapProgressBar.setBackgroundColor(Color.GREEN) bootstrapProgressBar.setBackgroundResource(R.drawable.ic_myicon) ```