搜索结果

  1. M

    点击 imageView 后在 Android 中模糊图像。

    我无法在点击图像后使图像变模糊,有没有人能帮我做到这一点。我是安卓方面的新手,大约才学了4-5天... 这是代码imageView4.setOnClickListener { if (!haveImage) { Toast.makeText(this, "Image not imported yet!", Toast.LENGTH_LONG).show() } else { val imgUri = Uri.parse("android.resource://com.example.myapplication/"...
顶部