I want to create a custom dialog box like below

I have tried the foll
I like to use tcAron library. (Download here: https://github.com/triocoder/tcAron)
import class:
import com.triocoder.tcaron.tcaronlibrary.tcAronDialogs;
write this:
tcAronDialogs.showFancyAlert(MainActivity.this, false, "Text", "Close", "ic_hub_white", 0xFFF44336);
check the documentation:
https://github.com/triocoder/tcAron/wiki/showFancyAlert