📜  android模糊效果不会超出范围 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:22.226000             🧑  作者: Mango

代码示例1
Blurry.with(context)
  .radius(10)
  .sampling(8)
  .color(Color.argb(66, 255, 255, 0))
  .async()
  .animate(500)
  .onto(rootView);