Tuesday, September 4, 2012

Re: [android-developers] Icon Size Google Drive missing (72*72)

It is completely up to the app developers... You're best bet would be to get the image and resize all the images to the size you want...

You can actually do this fairly easily by putting an ImageView in XML and setting it's with and height to the desired size you want, rather than just wrap_content.

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Tue, Sep 4, 2012 at 10:52 AM, TreKing <trekingapp@gmail.com> wrote:
On Tue, Sep 4, 2012 at 6:05 AM, Patrick Kuckertz <kuckertz.patrick@googlemail.com> wrote:
I have a tablet application and would like to get the icons in 72*72. I have discovered that many apps just provide a resolution of 48*48

I would guess that that's simply the max resolution for which those apps have provided icons for. I know I don't have a 72*72 version of my app icon.

-------------------------------------------------------------------------------------------------
TreKing - Chicago transit tracking app for Android-powered devices


--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment