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 3 of 3 answers tagged android-5.0-lollipop
Exported May 9, 2026
If you can create the dialog using AlertDialog the following worked for me:
This is because Instant Run takes awhile to load. The blank/white screen will go away in production builds. I'm not sure why Instant Run takes so long to load. If you look in the app's internal cache directory you will...
TextInputLayout relies on resources/attributes in AppCompat. You need to use an AppCompat base theme. The AppCompat themes are a parent of the Material based themes on API 21+. So, you will be using the Material theme.