Bearded-Hen / Android-Bootstrap

Bootstrap style widgets for Android, with Glyph Icons
MIT License
7.29k stars 1.43k forks source link

Cannot set background color #229

Open kolibrizas opened 1 year ago

kolibrizas commented 1 year ago

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)