CFAlertDialog icon indicating copy to clipboard operation
CFAlertDialog copied to clipboard

Results 14 CFAlertDialog issues
Sort by recently updated
recently updated
newest added

When using a header, I'm getting this crash. I'm running Android 12. The dialog opens fine once, but once dismissed and opened again, it crashes with this: java.lang.IllegalStateException: The specified...

I can't place several buttons in one row. How can I do that?

Platform Name Android Platform Version R CFAlertDialog Version 1.3.1 Integration Method |gradle Xcode Version | Android Studio 3.5.5 Repro rate all the time (100%) The background doesn't fill the whole...

### New Issue Checklist * [ ] I have read and understood the [CONTRIBUTING guide](https://github.com/Codigami/CFAlertDialog/blob/develop/.github/CONTRIBUTING.md) * [ ] I have read the [Documentation](https://github.com/Codigami/CFAlertDialog/blob/develop/README.md) * [ ] I have searched for...

Can i change the font-family of the dialog elements?

As this library uses the old CardView instead of the new MaterialCardView. We have a duplication of classes increasing app size unnecessarily. More info here https://stackoverflow.com/a/55700587/2793036 Old `implementation 'androidx.cardview:cardview:1.0.0'` New...

How do i set the notification to slide down from app bar layout? Thanks in advance

### New Issue Checklist * [ ] I have read and understood the [CONTRIBUTING guide](https://github.com/Codigami/CFAlertDialog/blob/develop/.github/CONTRIBUTING.md) * [ ] I have read the [Documentation](https://github.com/Codigami/CFAlertDialog/blob/develop/README.md) * [ ] I have searched for...

### New Pull Request Checklist * [X] I have read and understood the [CONTRIBUTING guide](https://github.com/Codigami/CFAlertDialog/blob/develop/.github/CONTRIBUTING.md) * [X] I have read the [Documentation](https://github.com/Codigami/CFAlertDialog/blob/develop/README.md) * [X] I have searched for a similar...

CFAlertActionStyle.POSITIVE for Android has value 1 CFAlertActionStyle.Cancel for IOS has value 1 so if you using this with nativescript and has one script for IOS and Android,you take runtime assert...