attrs.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--图标颜色-->
<attr name="ijkSolid" format="color|reference" />
<!--圆角大小-->
<attr name="ijkRadius" format="dimension|reference" />
<!--线条长度-->
<attr name="ijkLineLength" format="dimension|reference" />
<!--线条和圆圈间距-->
<attr name="ijkGap" format="dimension|reference" />
<!--线条宽度-->
<attr name="ijkLineWidth" format="dimension|reference" />
<!--视频亮度-->
<declare-styleable name="VideoBrightness">
<!--图标颜色-->
<attr name="ijkSolid" />
<!--圆角大小-->
<attr name="ijkRadius" />
<!--线条长度-->
<attr name="ijkLineLength" />
<!--线条和圆圈间距-->
<attr name="ijkGap" />
<!--线条宽度-->
<attr name="ijkLineWidth" />
</declare-styleable>
</resources>
源码
import android.content.Context;
import android.content