Cannot set background color

Author: kolibrizasCreated Mar 8, 2023Updated Mar 8, 2023

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)

Source: Bearded-Hen/Android-Bootstrap