Okay... I tried asking this before, but I dont think I explained it well...
I have a button in Android. The button's default color is #999999 (Holo Light), with it's opacity (I think its 40%), on my background color, it ends up calculating to #575757. The background is #303030.
I would like to apply a BackgroundTint to this button. The color I am applying as the tint is #F68800. However, when I apply this tint, the color of the button does not show as #F68800, it instead calculates to #7c501a. I assume this has to do with the Holo Light button being slightly transparent...
What can I do to get the button's final color to show up as #F68800?
I have tried using android:backgroundTintMode="src_over", but that ends up ignoring the style of the button and the 9 patch.