zhihu / Matisse

:fireworks: A well-designed local image and video selector for Android
Apache License 2.0
12.52k stars 2.07k forks source link

【建议改进】避免采用 webp #779

Open yccheok opened 4 years ago

yccheok commented 4 years ago

基于 Android API SDK 15 并不支援 webp,我建议采用 PNG

https://github.com/zhihu/Matisse/blob/master/matisse/src/main/res/drawable-xhdpi/ic_preview_radio_off.webp

https://github.com/zhihu/Matisse/blob/master/matisse/src/main/res/drawable-xhdpi/ic_preview_radio_on.webp

而且,缺乏对 xxhdpi 及 xxxhdpi 支援

PNG 可以在这里取得

https://github.com/yccheok/Matisse/commit/5b38f7adec89453b1106f473973b731b48bca61a

如有兴趣,我很乐意提交拉取请求。

谢谢