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 =
You need use a theme, like this:
Android.App.AlertDialog.Builder alert = new Android.App.AlertDialog.Builder (Activity, Android.Resource.Style.ThemeMaterialDialogAlert);