Closed amanzan closed 7 years ago
Hi @amanzan (=
it reminds me a closed issue where a dev posted his trick to perform what you are looking for.
Have you try it on your side?
https://github.com/tvbarthel/BlurDialogFragment/issues/41#issuecomment-186664388
I tried everything I found on stackoverflow regarding this and nothing works so far for Pre-Lollipop. This is the closest I get to transparency (note I am also using BlurDialogFragment library):
I am using a custom style: `
And setting it like this in onCreateDialog method:
AlertDialog.Builder builder = new AlertDialog.Builder(getActivity(), R.style.MyTransparentDialog);