I want to show one share via dialog in my app which shows Intent.ACTION_SEND
like this
I tried this library. It works fine , but it uses showDialog() to show the share dialog , which is deprecated. I need the exact style of this share window. Is there any way to implement? Or how can I implement bottomSheets using DialogFragment?