SweetAlertDialog icon indicating copy to clipboard operation
SweetAlertDialog copied to clipboard

原项目sweet-alert-dialog在AS3.0,gradle4.1环境下报错:原项目中所引用依赖更改参数名。作者不再更新,故重新优化封装。

Results 7 SweetAlertDialog issues
Sort by recently updated
recently updated
newest added

setContentText 文字多的话,显示不全

Please, help button text getting cut form bottom. ![WhatsApp Image 2020-12-10 at 1 35 53 PM](https://user-images.githubusercontent.com/23336323/101739555-b26bc700-3aed-11eb-86fc-cbc3ff023a03.jpeg)

Android resource compilation failed F:\AndroidProjects\JNRepository\MobileSystem\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:3932: error: duplicate value for resource 'attr/pivotX' with config ''. F:\AndroidProjects\JNRepository\MobileSystem\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:3932: error: resource previously defined here. F:\AndroidProjects\JNRepository\MobileSystem\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:3932: error: duplicate value for resource 'attr/pivotY' with config ''....

If you want enable proguard, you should this code in proguard-rules.pro ` -keep class com.cazaea.sweetalert.Rotate3dAnimation { public (...); } `

请问下 怎么添加 editview?