<?xml version="1.0" encoding="utf-8"?> <resources> <declare-styleable name="DirectionControlView"> <attr name="ctrl_radius" format="dimension" /> <!--方向盘外边框颜色--> <attr name="ctrl_outer_color" format="color" /> <!--方向盘外边框粗细--> <attr name="ctrl_outer_stroke" format="dimension" /> <!--方向盘内部线条粗细--> <attr name="ctrl_inner_stroke" format="dimension" /> <!--方向盘内部线条颜色--> <attr name="ctrl_inner_color" format="color" /> <!--方向盘改变的颜色--> <attr name="ctrl_render_color" format="color" /> </declare-styleable> </resources>