I am trying to make my MediaShortcut app http://code.google.com/p/image-shortcut
create launcher icons whose size depends on the density of the screen.
So first i get the screen's density using
http://developer.android.com/reference/android/util/DisplayMetrics.html#densityDpi
and then resize the image according to this table
https://developer.android.com/guide/practices/ui_guidelines/icon_design_launcher.html#size
This seems to work fine on most of my devices but on my Asus slider
(and a friends transformer) the icon is significantly smaller than the
other icons on the home screen.
Does anybody have any idea why this could be? Thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to