GitHub - f-evil/TimeControllerView: 时间滚轮+控制器

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

TimeControllerView项目介绍

0. 系列文章

1. 原始效果图

原始效果图

2. Demo效果图

Demo效果图

3. 解决问题

  • 刻度尺对应控制器

4. 由来

  • 组内学习自定义View的基础Demo

5. 包含内容

  • 基础 Paint 的使用
  • 基础 Canvas 的 drawText,drawLine ,drawPath 等 的使用
  • 基础 Canvas 的 translate,sava,restore 的使用
  • 基础 Path 的使用

6. 使用

6.1 属性介绍

6.2 使用办法

<com.easy.timecontrollerview.TimeControllerView
            android:id="@+id/stv_chart"
            android:layout_width="match_parent"
            android:layout_height="400dp"/>
ScaleTableView stv_chart = findViewById(R.id.stv_chart);
stv_chart.setMinMaxValue(0, 11);

7. 项目解析

  • 暂无

8. 博客地址

TimeControllerView

About

时间滚轮+控制器

Resources

Readme

License

Apache-2.0 license

Activity

Stars

3 stars

Watchers

1 watching

Forks

1 fork

Releases

No releases published

Languages