Skip to content

f-evil/TimeControllerView

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages