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:
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
That looks like a StackView
widget, available for app widgets as of API Level 11.