Alert dialog buttons are too close
Just change imported class for AlertDialog from Supported Library:
import androidx.appcompat.app.AlertDialog;
instead of
import android.app.AlertDialog;
Thank you.
Just change imported class for AlertDialog from Supported Library:
import androidx.appcompat.app.AlertDialog;
instead of
import android.app.AlertDialog;
Thank you.