What is the alternative for android.app.AlertDialog.setInverseBackgroundForced when using android.support.v7.app.AlertDialog

I am currently transitioning from SherlockActionBar to AppCompat.

Hence, I move all the code from android.app.AlertDialog

toandroid.support.v7.app.AlertDialog

I understand that in android.support.v7.app.AlertDialog

nosetInverseBackgroundForced

May I know what is the alternative for such a method?

+3


source to share





All Articles