Android Alert Dialog with extra background

前端 未结 5 1394
半阙折子戏
半阙折子戏 2020-12-20 18:11

I recently migrated my app to Material Design and I stumbled upon this problem with my Alert Dialogs:

\"dialog

5条回答
  •  北海茫月
    2020-12-20 18:50

    As ironman told me here, be sure that you import the right class.

    Right : import android.support.v7.app.AlertDialog;

    Wrong : import android.app.AlertDialog;

提交回复
热议问题