Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 602 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 602 Bytes

AnalogClockView

AnalogClockView library.

#Demo picture

#AnalogClockView Layout.xml

<com.example.jerry.libanalogclockview.AnalogClockView
        android:id="@+id/acv1"
        android:layout_width="200dp"
        android:layout_height="200dp"
        android:background="#506afd"/>

#build.gradle

dependencies {
    compile 'com.github.zhouyongxyz:AnalogClockView:1.0.1'
}
repositories {
    maven {
        url "https://jitpack.io"
    }
}