App Widget not displaying in ICS app drawer

后端 未结 1 552
执笔经年
执笔经年 2021-01-19 22:30

Has anyone experienced their app widget not being listed in the ICS app drawer?

Originally I started this app for FroYo and below, which supports the app widget just

相关标签:
1条回答
  • 2021-01-19 22:39

    I found the issue. My appwidget-provider element has a typo in one of the attributes, it should say "minHeight", not "maxHeight".

    What lead me to finding this was finding an error output in logcat from the launcher. It mentioned my widget had invalid dimensions (therefore it didn't add it to the list of widgets). So then I started checking all the dimension attributes related to my widget.

    0 讨论(0)
提交回复
热议问题