I updated my phone to Android 6.0 and I have these 2 problems with dialogs:
1)The title is shown but the messages isn\'t for alert dialog(SOLVED):
Maybe your main text color is the same as dialog background color, in that case in your styles.xml use (just an example):
and in dialog creation:
new AlertDialog.Builder( new ContextThemeWrapper(getContext(), R.style.AlertDialog)) ).setMessage("test");