Re: [android-developers] AnalogClock

2013-04-23 Thread Mady Zaid
https://custom-analog-clock.googlecode.com/svn/trunk/ https://github.com/MadyZaid/Android-widget-Custom-Analog-Clock.git Please help me make this code better 2012/3/6 Bazza loan...@gmail.com I have searched high and low and found AnalogClock in SDK but no reference to clock_hours and

[android-developers] AnalogClock

2012-03-05 Thread Bazza
I have searched high and low and found AnalogClock in SDK but no reference to clock_hours and clock_minutes but I see these come up in xml layout in example on Eclipse. eg android:clock_hours. Where are these references located? Any help appreciated. -- You received this message because you

[android-developers] AnalogClock AppWidget dial.

2009-06-23 Thread Ravi
Using Appwidgets, If we use TextView in layout provider xml then, we are able to set the text in Provider.java using remoteViews.setTextViewText() method. Similarly, if I use AnalogClock as AppWidget in xml then, is there any method available to change the android:dial value using RemoteViews or