Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 589 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 589 Bytes

AlpayRing

类似支付宝芝麻信用仪表盘

pic1

pic2

gif1

RingView Usage 使用

        rv_view.setPointer(true); show pointer
        //rv_view.setPointer(false);
        rv_view.setValue(value, new RingView.OnProgerssChange() {
            @Override
            public void OnProgerssChange(float interpolatedTime) {

            }
        },animDuration);