> If I do have to try to make AnalogClock work instead, though... I know > that it's possible to use custom dial and hand drawables, but can't > see how to make that happen in an AppWidget (using RemoteView). Can > anyone shed any light on that?
When you define the <AnalogClock> in your layout XML file, you can assign the drawables through android:hand_hour and android:hand_minute. When the widget is inflated, it will apply those drawables. -- Jeff Sharkey [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

