[android-developers] Re: Icon

2012-11-20 Thread Karunakaran Vikash
Sorry :( will i know much more clear picture about ur question... couldnt able to understand wat u r saying ? On Tuesday, November 20, 2012 12:49:30 PM UTC+5:30, Arun Kumar K wrote: hi all, i m beginner for the android.How can i import the android icon template pack into my application.

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

2012-09-05 Thread Patrick Kuckertz
Hi, thanks for the answers. The problem with scaling is, that this would mean an upscale from 48 to 72. This looks not so nice as you may imagine. I did also expect that some app developers did not put a folder with the icon size 72 into their directory. But Google Drive app is developed by

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

2012-09-05 Thread Patrick Kuckertz
Am Dienstag, 4. September 2012 13:05:50 UTC+2 schrieb Patrick Kuckertz: Hi, I am listing up apps on a device and I show an Icon for all of them. 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.

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

2012-09-05 Thread Justin Anderson
thanks for the answers. The problem with scaling is, that this would mean an upscale from 48 to 72. This looks not so nice as you may imagine. Correct... In many cases it may look horrible. But that is not your fault. That is the developer's fault. And unfortunately there isn't much you

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

2012-09-05 Thread TreKing
On Wed, Sep 5, 2012 at 8:14 AM, Patrick Kuckertz kuckertz.patr...@googlemail.com wrote: But Google Drive app is developed by Google (afaik), so I thought they implement their apps as described by their development guidlines. That made lol - thanks!

[android-developers] Re: Icon Design Guidelines for Android 3.0?

2011-02-23 Thread Zsolt Vasvari
Why would there be an update now. Google hasn't followed those themselves since 1.6, look at all their latest apps. On Feb 24, 3:05 am, GJTorikian gjtorik...@gmail.com wrote: When will there be an update for WXGA devices to this doc?

[android-developers] Re: Icon Design Guidelines for Android 3.0?

2011-02-23 Thread mort
I think it's even more funny with the Widget guidelines. The Google search Widget seems to be the only one left which looks at least somewhat like that. http://developer.android.com/intl/de/guide/practices/ui_guidelines/widget_design.html I guess Google has adopted the Wicca motto: And ye harm

[android-developers] Re: Icon not showing for app

2011-01-24 Thread patjackson52
?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; android:versionName=1.0 android:versionCode=1 package=com.jackson.FirefighterLog uses-permission android:name=android.permission.INTERNET/ application

Re: [android-developers] Re: Icon not showing for app

2011-01-24 Thread Marcin Orlowski
               data android:scheme=fflog/ I'd drop this uses-permission android:name=android.permission.INTERNET/ You got this twice, but it's not a culprit anyway -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Icon issue - building with 2.1 sdk for 1.5 target

2010-05-14 Thread Federico Paolinelli
On 14 Mag, 00:06, Kostya Vasilyev kmans...@gmail.com wrote: HTC Hero will try to use resources from drawable-ldpi and scale them,  which is not what you want. To make it work correctly,  use just drawable for 320*480 resources, and drawable-ldpi-v4 and drawable-hdpi-v4 for the other ones.

Re: [android-developers] Re: Icon issue - building with 2.1 sdk for 1.5 target

2010-05-14 Thread Kostya Vasilyev
Yes they do, it will work as a fallback case for those resources that don't have alternate versions (hdpi or ldpi). This also can be verified in the emulator. 14 мая, 2010 11:54 AM пользователь Federico Paolinelli fedep...@gmail.com написал: On 14 Mag, 00:06, Kostya Vasilyev kmans...@gmail.com

Re: [android-developers] Re: Icon issue - building with 2.1 sdk for 1.5 target

2010-05-14 Thread Federico Paolinelli
Thanks a lot for the answer Federico 2010/5/14 Kostya Vasilyev kmans...@gmail.com: Yes they do, it will work as a fallback case for those resources that don't have alternate versions (hdpi or ldpi). This also can be verified in the emulator. 14 мая, 2010 11:54 AM пользователь Federico

[android-developers] Re: icon in Droid is badly scaled

2010-01-14 Thread Lance Nanek
You can use the hdpi qualifier on a resource directory to provide a higher resolution version for the Droid that it won't try to scale. If your image is currently in res/drawable, for example, you can put a high resolution version of it in res/drawable-hdpi-v4. The normal drawable folder is

[android-developers] Re: icon in Droid is badly scaled

2010-01-14 Thread yidongsoft
Thank you! I will give a summary later. On 1月14日, 下午11时16分, Lance Nanek lna...@gmail.com wrote: You can use the hdpi qualifier on a resource directory to provide a higher resolution version for the Droid that it won't try to scale. If your image is currently in res/drawable, for example, you

[android-developers] Re: Icon with label + background

2009-08-25 Thread Klaus Kartou
I asume there must be a build in way to achieve this? I could really need some help on this. Cheers, Klaus On Tue, Aug 25, 2009 at 1:19 AM, Klaus Kartou kar...@gmail.com wrote: Hi! I am trying to make an icon with a label, just like the ones used on the home screen. Currently I use a

[android-developers] Re: Icon guidelines?

2008-04-10 Thread Megha Joshi
Hi, There are no published guidelines for the third party application icons as of now. Thanks, Megha On Thu, Apr 10, 2008 at 11:00 AM, Redhunt [EMAIL PROTECTED] wrote: Are there any guidelines for third party application icons? Is it best to subcribe to a similar look as the system icons,