区块链、APP、公众号、小程序、物联网、智能硬件、网站开发新模式,安全,超速,可控。
当前位置:首页 > 资源中心 > Android 一个类似于谷歌健康应用的视图,效果很不错
资源详情

Android 一个类似于谷歌健康应用的视图,效果很不错


 一个类似于谷歌健康应用的视图,圆形进度条

gradle:

    compile 'com.txusballesteros:FitChart:1.0'
xml:

<com.txusballesteros.widgets.FitChart
            .. app:strokeSize="10dp" app:valueStrokeColor="#ff0000"  app:backStrokeColor="#00ff00"  app:animationMode="overdraw" />
java:

	
final FitChart fitChart = (FitChart)findViewById(R.id.fitChart);
               fitChart.setMinValue(0f);
               fitChart.setMaxValue(100f);
或者: 
final FitChart fitChart = (FitChart)findViewById(R.id.fitChart);
               fitChart.setValue(80f);

GitHub地址:https://github.com/txusballesteros/fit-chart

资源介绍
yue 来源者
资源名称:Android 一个类似于谷歌健康应用的视图,效果很不错
格式:zip
大小:720K
颜色:
风格:
上传时间:2017-12-05
资源价格:
0.00
你可能在找这些资源
版权所有 © 2017 ymznkf.com. 成都玉目科技有限公司 蜀ICP备17032468号-1