Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Actually this happens with the MainMenu extension point too. It's just that for
the only MainMenu extension we have that's the right icon.
Original comment by exciting...@gmail.com
on 13 Nov 2011 at 12:40
I submitted a fix for this. The code now pulls the name of the drawable from
the Plugin object. And then looks up its resource id when the menu is created.
This works for ListFinds menu, but not for PositMain, although the code is the
same in both cases.
Original comment by ram8...@gmail.com
on 15 Nov 2011 at 3:36
This issue was closed by revision 63d1aa0ed3de.
Original comment by ram8...@gmail.com
on 15 Nov 2011 at 10:36
Revision 63dlaa... fixes issue #262. The key was to copy the drawable from
Android.jar in the Google APIs folder. The actual drawable that worked best
was res/drawable-mdpi/ic_menu_mapmode.png. This is a medium density icon.
When you used @android:drawable in a layout XML, Android scales the icon to
match the phone's display.
Original comment by ram8...@gmail.com
on 15 Nov 2011 at 10:37
Original issue reported on code.google.com by
exciting...@gmail.com
on 13 Nov 2011 at 12:21