Android styling button with ContextThemeWrapper
I'm trying to populate a table at run time with Button elements, which I'm trying to apply a style defined in styles.xml to.
20sp
15dp
5dp
wrap_content
wrap_content
1
@drawable/gradient_button
#FFFFFF
false
I'm already using this style on some static buttons where I'm able to define style="@style/BlueButtonStyle", so I know that the style itself works. It looks like this:
https://i.stack.imgur.com/7FoCD.png▾
...