- <?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>
|