44
score
9.5K
views
yes
status
CC BY-SA 3.0
DialogFragment buttons color change in Lollipop
If you can create the dialog using AlertDialog the following worked for me:
Technical answers from my Stack Overflow history, with source links and licenses.
Showing 2 of 2 answers tagged android-dialog
Exported May 9, 2026
If you can create the dialog using AlertDialog the following worked for me:
You can use DialogFragment and set the animation in onCreateDialog(Dialog) or onStart() . Example from here :