Can I have a listview in a notification in Android 3.0+? And if so, maybe a scrollable list?
I have seen that this can be done in a widget, but can't seem to find the way to do it for a notification. So far I have a notification with a custom layout using RemoteViews. Everything working ok, just wondering if I can use a list in the custom layout somehow.
Thanks.