<?xml version="1.0" encoding="utf-8"?> <resources> <declare-styleable name="WaterRippleView"> <!--中心圆颜色--> <attr name="ripple_centerColor" format="color" /> <!--扩散圆颜色--> <attr name="ripple_spreadColor" format="color" /> <!--扩散延迟间隔--> <attr name="ripple_animDuration" format="integer" /> <!--中心圆半径--> <attr name="ripple_radius" format="dimension" /> <!--扩散间距,值越大,扩散速度越快--> <attr name="ripple_distance" format="dimension" /> <!--扩散最大半径,值越小,扩散效果越明显--> <attr name="ripple_maxDistance" format="dimension" /> <!--文字大小--> <attr name="ripple_textSize" format="dimension" /> <!--文字--> <attr name="ripple_text" format="string" /> <!--文字颜色--> <attr name="ripple_textColor" format="color" /> <!--图片资源--> <attr name="ripple_image" format="reference" /> </declare-styleable> </resources>