AlertView
AlertView copied to clipboard
A library to create simple alerts easily with some customization.
I used this library in my 2 projects but later I observed that whenever we open the alert dialog, and switch the theme of our phone to dark or from...
setCanceledOnTouchOutside(false). This is not there , please make it soon.
how to change text of cancel button in ios mod?
how to make the bottom sheet dynamic, there is no sample code given related to bottom sheet. Thanks
When screen is rotating. java.lang.RuntimeException: Unable to start activity ComponentInfo{***.app.activities.ProfileActivity}: android.support.v4.app.Fragment$InstantiationException: Unable to instantiate fragment com.irozon.alertview.fragments.DialogFragment: could not find Fragment constructor at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2778) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2856) at android.app.ActivityThread.handleRelaunchActivity(ActivityThread.java:4699) at android.app.ActivityThread.-wrap18(Unknown Source:0)...
how to create Modal Dialogue Box, thanks
It would be nice to control if it's cancelable. For my needs, I quickly changed show() to return the DialogFragment so I could set isCancelable like so... val alert =...