<?xml version="1.0" encoding="utf-8"?> <resources> <declare-styleable name="RadarScanView"> <!-- 雷达图半径 --> <attr name="radar_radius" format="dimension" /> <!-- 雷达主体线条颜色 --> <attr name="radar_borderColor" format="color" /> <!-- 雷达主体线条粗细 --> <attr name="radar_border" format="dimension" /> <!-- 雷达同心圆个数 --> <attr name="radar_circleCount" format="integer" /> </declare-styleable> </resources>