Skip to content

devholic/Android-ClockView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

⏰ Simple clock view for Android to show time information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages