https://bugzilla.wikimedia.org/show_bug.cgi?id=32449

--- Comment #2 from Brion Vibber <[email protected]> 2011-11-17 22:21:21 UTC 
---
This question on stack overflow is relevant:

http://stackoverflow.com/questions/7361976/how-to-create-a-drawable-from-a-stream-without-resizing-it

hacking in the suggested fix there into AppMenu's getIcon() ends up with the
icons always being drawn at native device resolution, which is what we'd want
when loading icons sized for each resolution:

https://github.com/brion/Wikipedia/tree/icon-fixed-size


Alternatively, it could be switched from loading icons out of the Android
resources and we can just let the native system take over (resolving from the
right subdirs, properly scaling the default size if no native one available).
If these icons are meant to be Android-specific then that's probably the nicest
thing to do.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to