<?xml version="1.0" encoding="utf-8"?>
<resources>
    <declare-styleable name="BlurringView">
        <attr name="blurRadius" format="integer"/>
        <attr name="downsampleFactor" format="integer"/>
        <attr name="overlayColor" format="color"/>
    </declare-styleable>
</resources>
