iOSDialogs4Android
iOSDialogs4Android copied to clipboard
A library to show iOS like AlertView in Android as Dialogs
Caused by java.lang.NullPointerException Attempt to invoke virtual method 'boolean com.varunjohn1990.iosdialogs4android.IOSDialog.isEnableAnimation()' on a null object reference com.varunjohn1990.iosdialogs4android.IOSDialogView.onCreate (IOSDialogView.java:67) android.app.Activity.performCreate (Activity.java:7383) com.android.internal.os.ZygoteInit.main (ZygoteInit.java:921)
I have noticed that an extra action bar is shown when the theme in the app is set to be one with 'NoActionBar'. Also there are some memory leak issues
Toolbar changes it's color when dialog is on screen, how change it?
I'm getting an error when building the project after adding the dependency. AAPT: error: style attribute 'attr/cardCornerRadius (aka com.xxxxx.xxxx:attr/cardCornerRadius)' not found. AAPT: error: style attribute 'attr/cardElevation (aka com.xxxxx.xxxx:attr/cardElevation)' not found....