I use two applications. One exposes a RemoteView
via an AIDL
interface. The second uses a ListView
and custom adapter to present the RemoteView
.
With a very simple view with one layout and one TextView
, the TextView
is white in the Listview
.
All applications use the same light style.
Is it possible to apply a style to a RemoteView
?
Or, how it's possible to manage the style of a RemoteView instance ?
Thanks
RemoteView
does not support changing themes. And then only way you can do is keep two layout files with same layout and different themes(like different font colors), and before you update appWidget, you can choose any one of the layouts as theRemoteView