Reputation: 3978
I'm creating a widget for my app, with several content sections, and I would like the user to be able to scroll through them in the home screen widget - not in a scrollable TextView
, but with each paragraph as its own section, like the widget for the Google Offers app:
Upvotes: 0
Views: 295
Reputation: 1006869
That looks like a StackView
widget, available for app widgets as of API Level 11.
Upvotes: 1