MrBattery

Results 2 issues of MrBattery

.9.png is usually optimized unexceptedly. Exclusion of .9.png is a good solution.

尝试使用[minminaya/GenaralRoundLayout](https://github.com/minminaya/GenaralRoundLayout)的方法给BlurFrameLayout添加圆角,结果模糊消失。有没有什么方法可以让BlurDrawable支持圆角? 代码如下 ```kotlin class BlurFrameLayout : FrameLayout, IRoundView { private lateinit var generalRoundViewImpl: GeneralRoundViewImpl var blurDrawable: BlurDrawable = BlurDrawable() private set constructor(context: Context?) : super(context!!) { init(null) } constructor(context: Context?,...