I am trying to create a custom indeterminate ProgressBar for use in an AppWidget – should be supported as RemoteViews can handle ProgressBar – but how do I declare the animated drawable that I want to use in place of the standard system provided animation?
Share
This is not doable – frame animated and other widgets not supported as a remoteview. I ended up overlaying a regular indeterminate ProgressBar over my static AppWidget image – that is available in remoteview…