Android : What Icons Size For An App?
Aug 26, 2009
Can someone kindly tell me what is the ideal icon size for an app? I read the forums and found it to be 64x64. However, when I view my app on the home screen, the icon looks literally half the size of Skype's icon.. or any other icon for that matter. I think for tabbed menus, the size is 48x48 - can someone confirm?
View 3 Replies
Aug 17, 2010
Was just wondering what size icons can we use to customize our evos. I've been using 256 png's. Can we use bigger icons? Also, can we use .ico for icons too?
View 2 Replies
View Related
Nov 24, 2010
I just switched from Evo to Epic. (Loved Evo but mine had known h/w issue where screen does not respond to touch).
The Evo had a Google search icon that was the same square size as other icons. The Epic has the big horizontal one. I would like smaller icon to regain some real estate. Possible?
Also, on my default 5th home screen are icons for Cnn, youtube, and ESPN. I would like icons for my fave websites. Any easy way to do that. I bookmarked them in my browser, but that involves opening browser and clicking bookmarks, etc.
View 1 Replies
View Related
Nov 27, 2010
Is it 64x64 our 72x72?
View 2 Replies
View Related
Jul 16, 2010
I have launcherPro installed and love it. I'm curious if anyone knows what pixel size to use when making custom icons for the dock.
View 2 Replies
View Related
Nov 16, 2010
Today, I had the joy to stumble upon one of the numerous Android wonders: LauncherPro. I have played around with it a bit and must admit that a vast array of possibilities has opened to me.
This got me thinking - my girlfriend is an Arts student and can undoubtedly pull out some pretty fancy things on Adobe Illustrator or whatever absurdly overpriced and complex devices and programs they use in this branch. She could design my own little icons
So, could anyone please be kind enough to enlighten me on the format & size of:Normal application icons
Dock icons (slightly smaller I'd assume) HTC Desire Wallpapers And whatever else there is that I can't think of...
e.g. "Well, my dear Lmkt, regular icons are usually 58*74 pixels and should be in jpg or png format."
View 3 Replies
View Related
Jan 4, 2013
I wanted to change the size of my icons, so that more of them could fit on the screen. So I download LCD Density Modder and Increased the amount to 160. After I booted my phone, my screen got zoomed in instead of decreasing. Now I cant even type up my password cause the numbers can't fit in the screen. I have no access to my phone because my phone is locked. Btw, I have a Samsung Galaxy Fit S5670 (rooted) .
View 4 Replies
View Related
Sep 23, 2010
So I'm loading images from a web service, but the size of the images are sometimes smaller or bigger than other images and the visualization looks silly when I put them in a ListView in android. I'd like to fix the size of my ImageView so that it only shows a portion of the image if it's larger than a preset amount. I've tried everything I can think of setting the setMaxWidth/setMaxHeight, setting the scale type to centerCrop, using ClipableDrawable wrapping my BitmapDrawable, setting using Drawable.setBounds(). I've tried setting in the XML and programmatically, but neither worked. I'm very surprised setting max width/height didn't do anything. Below is the XML I'm using ImageView definition in my layout file
View 1 Replies
View Related
Oct 2, 2009
I am currently developing a dictionary application with voice database. I would like to know about the current Android limitation on the file size. I am using a self-provided sqlite database ( > 50mb ) . I tested that once the built .apk size exceeds ~30mb the app will not be installed onto the simulator (INSTALL_FAILED_ INSUFFICIENT _STORAGE). Could anyone confirm me that if up until now there is no way to embed such large size files in a single apk ( Aimed to sell at Google Market without requiring user to download datafile afterwards). Also, is there a limitation of 1,048,576 bytes for a single file in the assets folder ?
View 3 Replies
View Related
Jan 22, 2009
if size of image is larger than or smaller than specified display size (on screen), then it is automatically, compressed and stretched resp by android run time or require to handle by explicitly.
View 2 Replies
View Related
May 7, 2009
Hi,
I would like to see how my app works on a 800x600 android netbook. how can i setup an emulator with this size?
thanks chris
View 4 Replies
View Related
Jun 30, 2010
I manage a cache of bitmap. Do you have an advise to fix the maximum size of it?
View 2 Replies
View Related
Jul 8, 2010
Can somebody explain to me what makes up the installed application size? I have an apk that is about 8 MB, and often when I install I get the INSUFFICIENT_STORAGE error. I have around 25-30 MB free space on the phone. I'm doing debugging so I have to upload lots of new versions. If I uninstall the previous version then I can install the new version. The application manager claims that the app is taking up 22 MB. So back to the original question, how come the app is taking up 22 MB when it really only is 8 MB?
View 7 Replies
View Related
Sep 14, 2010
I would like to know why the size of my shared library .so is bigger than my .apk file generated with Eclipse? Approximatly the so size is twice the apk one. What is strange is after having installed it in the device (2.1 firmware) I checked the size of the apk when I uninstalled it from the device and surprisingly the apk size indicated is bigger even than the .so one. Is there any explaination of that?
View 2 Replies
View Related
May 13, 2010
Is there a way to change the HTC Icons like camera, photos to the stock Android Icons?
View 5 Replies
View Related
Oct 28, 2013
I would do this: [URL] .... (created with paint)
Because I get to edit files, but I am looking for a long time without finding how to put ALL the icons on the left, and keep only the icons on the right as in the picture.
View 1 Replies
View Related
Oct 7, 2010
My app downloads .png files to the sd card for later use. I kept getting OutOfMemoryErrors (if anyone could explain this too, that'd be great!) and so I took a look at the sizes of the images saved to the sd card, and they seem to be roughly double what they are on the server. Why is this, and how can I make them smaller?
public void onCreate(Bundle saved)
setContentView(R.layout.namedrxnscreen);
TextView t1 = (TextView)findViewById(R.id.rxn_text1);
TextView t2 = (TextView)findViewById(R.id.rxn_text2);
TextView t3 = (TextView)findViewById(R.id.rxn_text3);
TextView t4 = (TextView)findViewById(R.id.rxn_text4);
iv = (ImageView) findViewById(R.id.rxn_image);
pb = (ProgressBar) findViewById(R.id.rxn_loading);
vs = (ViewSwitcher) findViewById(R.id.rxn_switch);
View 1 Replies
View Related
Nov 25, 2010
I notice that the home screen is customizable but not the four applications on the bottom, the call, email, browser and applications. How would I change those icons with different icons? Mainly the email and browser. How do I turn off or at least severly limit the data that goes to and from my phone. I do not have wireless and am just a bit paranoid about going over my data limit. I got the phone from work and this is my first smartphone so I am a bit nervous about anything I do on it.
View 3 Replies
View Related
Dec 19, 2012
I am programming an app using an absolute layout (@ eclipse). How to fit the button size with the screen size? (I have four buttons per row).
View 1 Replies
View Related
Nov 7, 2010
hey there i am new to this site and new to the android platform. I have figured everything out for the most part. but i purchased the launcherpro plus or whatever for my samsung epic and i customized the dock icons. They are really small i don't know why. but is there anyone out there that knows how to make the dock icons bigger?
View 8 Replies
View Related
Dec 26, 2009
This is my first post. I've had a Moto Droid since day one, and I just love it. It is without a doubt better than any phone that I've had over the years, and that includes the iPhone, BB, etc.
However, there are 2 things that I don't understand - Font size and a spell checker. It is imposiible to read the small font size in emails or text messages.
1. Why has there not been an app to either change the font size or be able to zoom in? Picasy has incorporated multi-touch for zooming, so I've to assume that its doable! Why not have the same in an email client.
2. Why is there not an email client out there that allows for spell checking? There are many such apps for the BB! I am a terrible speller.
I am not complaining, I just want to understand the limitations from a developers prospective, as I am sure these isuues will eventually be addressed.
View 12 Replies
View Related
Nov 16, 2010
I have an ImageView which I want to always be the same size. If the image is smaller than the view, I'd like it to be centred in the view. If the Image is larger than the view then I'd like it scaled down - with aspect ratio preserved.I've had several attempts at this myself
View 2 Replies
View Related
Feb 10, 2009
I have created a custom icon bar in Android using the XML layout creator, using a RadioGroup within a LinearLayout (XML included below). Each RadioButton within the RadioGroup has a custom drawable (with checked and unchecked states) as its android:button attribute. The Linear layout is itself within a RelativeLayout so that it can appear at an arbitrary position on the screen (as a side bar, in this instance).The drawables are 55 pixels wide, and the android:layout_width attribute of all these views is "wrap_content".When I make this component visible, aligned to the bottom-left of the screen, only about three-quarters of the RadioButton image widths are visible. Setting the layout_width of the RelativeLayout to "fill_parent" rectifies this and causes the full button to appear.However this means that the button group consumes click events across the entire width of the screen. How can I make the entire button appear, and have only the area of the button respond to clicks? Hard-coding the width of the drawable is not a particularly desirable solution.<RelativeLayout android:id="@+id/RelativeLayout01" android:layout_width ="wrap_content" android:layout_height="wrap_content"> <LinearLayout android:id="@+id/LinearLayout02" android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical" android:layout_alignParentBottom="true" android:layout_alignParentLeft="true" android:layout_below ="@+id/LinearLayout01" android:visibility="invisible"><RadioGroup android :id ="@+id/ RadioGroup01" android:layout_height="wrap_content" android:checkedButton="@+id/RB01" android:layout_width="fill_parent">
<RadioButton android:id="@+id/RB01" android:layout_width="fill_parent" android:layout_height="wrap_content" android:button="@drawable/DR01"/><RadioButton android:id="@+id/RB02" android:layout_width="fill_parent" android:layout_height="wrap_content" android:button="@drawable/DR02"/>
<RadioButton android:id="@+id/RB03" android:layout_width="fill_parent" android:layout_height="wrap_content" android:button="@drawable/DR03"/> <RadioButton android:id="@+id/RB04" android:layout_width="fill_parent" android:layout_height="wrap_content" android:button="@drawable/DR04"/> </RadioGroup></LinearLayout>
View 2 Replies
View Related
Sep 28, 2013
is there an auto hide home screen icons app like Auto hide desktop icons for PC? I found some but its not like i want. I want that the icons should stay hidden until i tap on the home screen.
View 2 Replies
View Related
Jun 7, 2010
Is there a place I can download the android app icons as .ICO?
I am trying to replace my osx folder icons.
these icons:
View 2 Replies
View Related
Jun 22, 2010
What's the name of that app that lets you squeeze multiple shortcuts into one space on the panels? I remember reading about it a long time ago but didn't have that many apps back then. Now I have too many and they won't all fit
View 9 Replies
View Related
Dec 15, 2009
is there a way to have a folder in the 'All programs' and then within that folder place the links to applications?
I am looking for something like the start button on a PC.
There are many apps we can install that we never actually need an icon for, such as Phonebook and Cnomp to name but 2.
When I was using a BB I could create a folder and dump the links to similar apps inside or I could simply hide an icon.
How can I do it on the Hero?
View 1 Replies
View Related
Oct 27, 2010
I am trying to display a list of all activities (i.e., icon and label) on the phone in a ListView. Here is my code to get the activities:
CODE:..........
However, when I display the list, many of the activities' icons weren't found. I tried both of the following to get the icons to no avail:
resolve.activityInfo.getIconResource() resolve.activityInfo.icon
What's the proper way to do this?
View 3 Replies
View Related
Apr 6, 2010
I just got my Samsung Behold II yesterday and have downloaded a couple apps. When I go to the app/widget screen I now have 2 icons for each of the apps I downloaded. Any way to get rid of one of them?
View 2 Replies
View Related
Sep 8, 2010
For some reason I can't seem to find any app that will change the icons on my phone. Any apps anyone knows that can do that? I'm surprised i can't find any.
View 3 Replies
View Related