How to add multiple widgets in the same app?

后端 未结 5 1418
离开以前
离开以前 2020-11-28 02:04

I\'ve just finished my Android widget. Now I need to have different sizes of this widget for the user to choose from.

For example, I need a medium, small and large

5条回答
  •  暖寄归人
    2020-11-28 02:05

    Actually, android:name for each widget have to be different. If you will do this as in example, only one widget will be visible in widgets list.

提交回复
热议问题