custom-analog-clock-view icon indicating copy to clipboard operation
custom-analog-clock-view copied to clipboard

A customizable analog clock widget for Android

Results 5 custom-analog-clock-view issues
Sort by recently updated
recently updated
newest added

Hello! I tried modifying the code so that a sweeping second hand effect could be achieved, similar to expensive watches like Rolex have. I know that I should animate the...

how can I have multiple clock? one clock for my country and another one for some one else? I test this : ``` Calendar c = Calendar.getInstance(); c.setTimeZone(TimeZone.getTimeZone("GMT+03")); customAnalogClock.setTime(c); ```...

bug
enhancement

Hi ,is it possible to draw or paint period of time with any color like this [https://drive.google.com/file/d/0B4zUk_XOsz9Ma0Z0cHVFeHRXd0U/view?usp=sharing](url) kindly if you can please help me ASAP Thanks.

enhancement

Is it posible to implement seconds hand with this clock ?

enhancement

Thanks for this awesome widget! I am trying to change the hands' drawable resource after the widget is instantiated (using init()). I have created a blank resource file that I...