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) ```