Newer
Older
dcms_cr_app / app / src / main / res / values / attrs.xml
Pengxh on 28 May 2021 284 bytes 添加音频播放动画
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!--自定义VoicePlayView属性-->
    <declare-styleable name="VoicePlayView">
        <attr name="indicatorColor" format="color" />
        <attr name="indicatorNumber" format="integer" />
    </declare-styleable>
</resources>