https://github.com/markusfisch/touchclock
A editable clock view for Android
https://github.com/markusfisch/touchclock
android-library clock
Last synced: 3 months ago
JSON representation
A editable clock view for Android
- Host: GitHub
- URL: https://github.com/markusfisch/touchclock
- Owner: markusfisch
- License: unlicense
- Created: 2013-09-19T20:42:43.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-10-19T17:55:33.000Z (almost 6 years ago)
- Last Synced: 2023-03-11T13:38:08.407Z (over 2 years ago)
- Topics: android-library, clock
- Language: Java
- Size: 69.3 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Touch Clock for Android
=======================Editable clock view for Android. Gives users a straight forward,
traditional way of setting a time (and optionally a duration).Minnimum SDK version 4.

See sample branch and directory for a sample implementation.
Features
--------TouchClockView has some public members for customization:
* Show/hide duration by setting _useDuration_ to true/false
* Set colors for
* face marks in _markColor_
* hour hand in _hourColor_
* minute hand in _minuteColor_
* duration hand in _stopColor_You can also subclass TouchClockView and overwrite _getClockFace()_ to
draw your own custom clock face.License
-------This code is licensed under the [MIT license][1].
[1]: http://opensource.org/licenses/mit-license.php