当前位置: 首页 > 科技观察

CircleList(弧形ListView)

时间:2023-03-12 00:30:36 科技观察

源码介绍弧形ListView改编自国外开源控件。源代码运行截图源代码片段privatefloatcalculateAngel(inttop,inth){floatresult=0f;if(toph/2f){result=(top-(h/2f))/(h/2f)*fullAngelFactor;}returnresult;}来源链接:http://down.51cto.com/data/1983067