类似油表表盘的显示 SpeedView

码农软件 · 软件分类 · Android UI 组件 · 2019-04-24 09:11:23

软件介绍

SpeedView,Android端的类似油表表盘的显示。效果很惊人,功能强大而且有多种外形。你可以更改任何东西的颜色。

运行效果:

示例代码:

添加SpeedView到你的布局文件

<com.github.anastr.speedviewlib.SpeedView
        android:id="@+id/speedView"
        android:layout_width="250dp"
        android:layout_height="wrap_content" />

从代码修改speed

SpeedView speedView = (SpeedView) findViewById(R.id.speedView);
// change speed to 50 Km/h
speedView.speedTo(50);

通过这行代码设置最大速度(默认是100)

speedView.setMaxSpeed(220);
/** 
  * see also:
  * speedView.setWithTremble(false);
  * speedView.setIndicatorColor(Color.BLUE);
  * speedView.setHighSpeedColor(Color.RED);
  * .....
  */

本文地址:https://www.codercto.com/soft/d/4265.html

Haskell

Haskell

Simon Thompson / Addison-Wesley / 1999-3-16 / GBP 40.99

The second edition of Haskell: The Craft of Functional Programming is essential reading for beginners to functional programming and newcomers to the Haskell programming language. The emphasis is on th......一起来看看 《Haskell》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试