wasabeef / Blurry

Blurry is an easy blur library for Android
Apache License 2.0
5.57k stars 602 forks source link

How to add blurry to drawable? #114

Open passmanagerapp opened 3 years ago

passmanagerapp commented 3 years ago

I display a drawable in Mapbox. What I want is just to apply blurry to a drawable. `

<item android:drawable="@drawable/text_back">
</item>
<item
    >
    <shape android:shape="rectangle">
        <solid android:color="#99FFFFFF" />
        <corners android:radius="@dimen/text_back_radius_def"
            android:bottomRightRadius="33dp"/>
    </shape>
</item>

`