Tweak blur radius
This commit is contained in:
parent
d228ba90a0
commit
4e1238e727
@ -103,10 +103,10 @@ class LauncherActivity : AppCompatActivity() {
|
|||||||
Log.d("MM20", field.toString())
|
Log.d("MM20", field.toString())
|
||||||
window.attributes = window.attributes.also {
|
window.attributes = window.attributes.also {
|
||||||
if (value) {
|
if (value) {
|
||||||
it.blurBehindRadius = (32 * dp).toInt()
|
it.blurBehindRadius = (16 * dp).toInt()
|
||||||
it.flags = it.flags or WindowManager.LayoutParams.FLAG_BLUR_BEHIND
|
it.flags = it.flags or WindowManager.LayoutParams.FLAG_BLUR_BEHIND
|
||||||
} else {
|
} else {
|
||||||
it.blurBehindRadius = (32 * dp).toInt()
|
it.blurBehindRadius = 0
|
||||||
it.flags = it.flags and WindowManager.LayoutParams.FLAG_BLUR_BEHIND.inv()
|
it.flags = it.flags and WindowManager.LayoutParams.FLAG_BLUR_BEHIND.inv()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user