siwangqishiq / ImageEditor-Android

AndroidImageEdit 安卓设备上图形编辑开源控件,支持磨皮美白 自定义贴图 图片滤镜 图片旋转 图片剪裁 文字贴图 撤销 回退 等操作
2.19k stars 567 forks source link

Wrong ressource name makes app crash #49

Closed pinsonnj closed 6 years ago

pinsonnj commented 6 years ago

Please remove the s in <string-array name="filter**S**"> Ressource can't be found on english device and app crashes when calling fliters = getResources().getStringArray(R.array.filter);

https://github.com/siwangqishiq/ImageEditor-Android/blob/master/imageeditlibrary/src/main/res/values/strings.xml#L30

siwangqishiq commented 6 years ago

Thanks,Has fixed