Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一门派生自AppWidgetProvider. 据我了解,调整小部件的大小是 android 的基本方法。我怎样才能覆盖它或其他东西,只是为了添加我自己的实现?
AppWidgetProvider
提前谢谢你。
你没有。在支持的情况下调整大小由主屏幕与AppWidgetHost.
AppWidgetHost
当然,欢迎您编写自己的主屏幕,并在那里做任何您想做的调整大小的工作。