FancyAlertDialog-Android icon indicating copy to clipboard operation
FancyAlertDialog-Android copied to clipboard

Make your native android Dialog Fancy. A library that takes the standard Android Dialog to the next level with a variety of styling options. Style your dialog from code.

Results 5 FancyAlertDialog-Android issues
Sort by recently updated
recently updated
newest added

`E/AndroidRuntime: FATAL EXCEPTION: main Process: com.poc.srtantiphising, PID: 15591 java.lang.ClassCastException: android.graphics.drawable.RippleDrawable cannot be cast to android.graphics.drawable.GradientDrawable at com.shashank.sony.fancydialoglib.FancyAlertDialog$Builder.build(FancyAlertDialog.java:159) at com.poc.app.appActivity.ResultActivity$onCreate$12.run(ResultActivity.kt:200) at android.os.Handler.handleCallback(Handler.java:873) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:214) at android.app.ActivityThread.main(ActivityThread.java:7076) at java.lang.reflect.Method.invoke(Native Method)...

Added functionality to show media i.e images and videos along with just text in the dialogs.

Hello, I want to attatch a textview on the dialog but I think there isn't an option to do that. would you please tell me the way to add it...

is there any way to change the text color so that it supports dark mode too?

How to hide negative button or positive button I have set .onNegativeClicked(null), however the negative button is still displyed