Skip to content

How to add blurry to drawable? #114

@passmanagerapp

Description

@passmanagerapp

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>

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions