Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 654 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 654 Bytes

ClockView

SampleScreenshot

How to

Download ClockView and import it to your workspace and add this as a module.

XML Usage

<com.plusquare.clockview.ClockView 
   xmlns:app="http://schemas.android.com/apk/res-auto"
   android:layout_width="96dp"
   android:layout_height="96dp"
   app:clockColor="[color]"
   app:h="[HH]"
   app:m="[mm]"/>

Java Usage

clockview.setClockColor([color]); // Set clock color
clockview.setHour([HH]); // Set clock hour
clockview.setMinute([mm]); // Set clock minute