Documentation Index
Fetch the complete documentation index at: https://mintlify.com/QmDeve/QmBlurView-Docs/llms.txt
Use this file to discover all available pages before exploring further.
BlurView is a drop-in Android view that renders a live Gaussian blur over whatever content sits behind it. Use it anywhere you want a frosted-glass panel — floating cards, bottom sheets, dialog backgrounds, or any overlay that needs to feel visually connected to the content underneath while keeping that content legible.
Usage
Attributes
Blur radius. Higher values produce a stronger, wider blur.
Overlay color tinted on top of the blurred content. Use an alpha channel to control opacity.
Corner radius of the view. Set to clip the blur surface to rounded corners.
Downsample factor applied before blurring. Higher values improve rendering performance at the cost of blur quality.
API Reference
| Method | Description |
|---|---|
setBlurRadius(float) | Set the blur radius |
setOverlayColor(int) | Set the overlay color |
setCornerRadius(float) | Set the corner radius |
setDownsampleFactor(float) | Set the downsample factor |