<?xml version="1.0" encoding="utf-8"?>
<resources>
    <declare-styleable name="HandWriteView">
        <attr name="paintColor" format="color"/>
        <attr name="paintMaxWidth" format="dimension"/>
        <attr name="paintMinWidth" format="dimension"/>
    </declare-styleable>
</resources>