I am programmatically creating a LinearLayout for an AlertDialog with some buttons.
I WANT to do this:
This worked for me:
int buttonStyle = R.style.your_button_style; Button button = new Button(new ContextThemeWrapper(context, buttonStyle), null, buttonStyle)