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