Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.
/ SomeClockViews Public archive

Fork of some Android clock open source projects. fork的一些时钟视图开源项目。

Notifications You must be signed in to change notification settings

lalakii/SomeClockViews

Repository files navigation

Clock views

minSdkVersion (shields.io) targetSdkVersion (shields.io)

Fork of some Android clock open source projects.

Gradle

Maven Central

implementation("cn.lalaki:clock-views:1.0.1")

About

Project Demo License
huteri/analogclock link License: Apache-2.0 (shields.io)
CROSP/circle-time-view link License: Apache-2.0 (shields.io)
arbelkilani/Clock-view link License: Apache-2.0 (shields.io)
rosenpin/custom-analog-clock-view link License

analogclock

  • Demo

  • analogclock
    • layout

    <cn.lalaki.desk.view.AnalogClockView
      android:layout_width="300dp"
      android:layout_height="300dp" />

circle-time-view

  • Demo

    circle-time-view
    • layout

    <cn.lalaki.desk.view.CircleTimeView
      android:layout_width="350dp"
      android:layout_height="350dp"/>

Clock-view

  • Demo

    Clock-view
    • layout

    <cn.lalaki.desk.view.Clock
      android:layout_width="wrap_content"
      android:layout_height="wrap_content"/>

custom-analog-clock-view

  • Demo

    custom-analog-clock-view
    • layout

    <cn.lalaki.desk.view.CustomAnalogClock
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />

The End