I have an appwidget layout with a textview and an imageview.
Lint always tells me to replace it with a compound textview.
The problem is, how do I call setCompoundDrawables with a RemoteViews?
is it possible?
thanks.
UPDATE: http://code.google.com/p/android/issues/detail?id=29249
This option was added in API Level 16 (Android 4.1 Jellybean):
http://developer.android.com/reference/android/widget/RemoteViews.html#setTextViewCompoundDrawables(int, int, int, int, int)