Dialog do not show positive and negative button
问题 I used AlertDialog to alert user confirm delete. I check on my device (Android 5.1) and it show well But on some another device (also run Android 5.1), the dialog missed positive and negative button. I checked and found that devices happen this issue have a medium resolution (960x540, 854x480). Is resolution relate with this issue ? If not, can you tell me the reason and how to fix this issue ? My code for display dialog: public static final Dialog yesNoDialog(Context context, String message,