类似油表表盘的显示 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://codercto.com/soft/d/4265.html

Learning Web Design

Learning Web Design

Jennifer Niederst Robbins / O'Reilly Media / 2007-6-15 / USD 44.99

Since the last edition of this book appeared three years ago, there has been a major climate change with regard to web standards. Designers are no longer using (X)HTML as a design tool, but as a means......一起来看看 《Learning Web Design》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具