I am trying to create an AlertDialog but the buttons are not showing. Only seeing this issue in Android 7.0:
AlertDialog
final AlertDialog.Builder builder =
Sorry for late answer, Its about import problem. you need to select v7.alertDialog, not use app.alertDialog.
Please change your code to v7.alertDialog and you will show button color in nexus as well.