Android : Trying To Make Icon With Label + Background
Aug 24, 2009
I am trying to make an icon with a label, just like the ones used on the home screen. Currently I use a TextView with a top drawable as specified in the code below: The problem is that I would like the background to only be around the text and not around the drawable too. How can I achieve that? Code...
View 2 Replies
Jun 26, 2010
The name of my Android app is 14 characters long with no spaces, as such, the full name is not visible on the home screen when displayed under the launcher icon.I want to use an alternate name for displaying under the launcher icon, so I can break up the name into two strings separated by a space - so that the words should wrap.How can this be done?
View 2 Replies
View Related
Oct 25, 2009
I originally titled this with the word "quirkiness" instead of "bugs" but after reading the android reference docs, I believe it's a bug.
I'm having problems with the app icons and labels for the Light Racer series of games I've released on Hero. The games seem to run fine but for whatever reason, they are having problems displaying more than the package name on the home screen on Hero phones. The app manager shows the right name and icon but not the home screen. It also on some phones shows a random image as the icon, not even the app icon! I used a copy of a manifest that I used originally for Light Racer 1.0 from when the Android SDK v1.0 was originally released. For whatever reason, I put the words "Light Racer" directly in to the manifest for the android:label. I also don't specify that same label for the launch activity. I've since changed the label to the default @string/app_name but people are still reporting problems. I thought that maybe not setting the label on the launch activity was causing the problem but then I read this: Code...
View 6 Replies
View Related
Oct 11, 2009
I want to have a different text string for my icon and the text that appears in Searchable Items (QSB). I have the following lines in my AndroidManifest.xml -How do I specify a different text string for Searchable Items. Code...
View 2 Replies
View Related
Oct 13, 2009
Just got the HTC Hero from Sprint and so far am loving almost everything about it. One question that I hope someone can help me with:Is there a way to change the size of icon's text or label (or perhaps the text itself)? For example, I have a screen with several Google apps on it, but they look like this: "Google M..." (for Google Maps); "Google S..." (for Google Sky), etc. It would be great if I could just change this to "Maps" or "Sky."
View 2 Replies
View Related
Oct 30, 2013
how to change the App Icon label color in Nova Prime. i.e. The color of the app name "Gmail" from white to black
View 4 Replies
View Related
Nov 18, 2010
Now the Android Market requires developers to upload a: Hi Resolution Application Icon, 512w x 512h, 24 bit PNG or JPEG (no alpha) Problem: my application's icon is not a square, and because alpha is forbidden I will have to fill with some color like black. Or maybe white. Which color should I choose?
View 1 Replies
View Related
Feb 13, 2012
I changed the Color of a few of my apps icons, but now it Doesn't have a transparent background. It has a black background surrounding it. How to Fix that?
View 1 Replies
View Related
Dec 12, 2009
I know how to make icons, nice hi-res icons, but I do not know how to compile them into the Icon Packs like the ones in the Marketplace for Openhome and Better cut.Does anyone know how to make them or have a link to a tutorial on how to do this?
View 4 Replies
View Related
Jan 22, 2010
I would like my application icon to be available to other applications.
I understand this is a bit unclear so will try explain:
Applications such as Astros program manager lists applications with their icon. For all apps this is the correct icon as on the launcher, except mine which is displaying the standard android icon. I have set my icon as the manifest using: android:icon="@drawable/runninglate"
This works on the launcher but Astro still shows the default icon from when I create the project (which I deleted a long time ago). I have also tried renaming my icon file to icon.png in case this was a standard. This also failed to work.
View 3 Replies
View Related
Jan 11, 2010
How can i make an activity go to background without calling its finish() method and return to the Parent activity that started this .I tried so much but it really dint help.So if you guys could help i would be very thankful.
View 2 Replies
View Related
Jun 12, 2010
Is there a way, to make view's background animated? Android cant handle animated GIFs in 1.5 afaik, and I can't set video for BG resource.
View 1 Replies
View Related
Sep 15, 2009
Is possible to make a call programaticaly without the dial? I want to make an app that in background make a call, but i need that don't show the Dial app, only my own app.
View 7 Replies
View Related
Apr 29, 2009
I have a background process that save data in my sdcard how can i be alert ?!! it is an application run in background.
View 2 Replies
View Related
May 29, 2009
I have a custom view on which i have drawn some lines(to represent a grid) i want to use it as a background to another view!!!
View 2 Replies
View Related
Feb 26, 2009
I just found the google checkout view from a link google checkout activity.. http:/ froogloid.wordpress.com/2009/02/20/android-market-server-errors/ i was wondering how to make available symbol or an icon in all the activities in a application?
View 6 Replies
View Related
Mar 15, 2012
Every few minutes, a GPS icon pops up in my status bar even though there is no GPS apps running in the background. I installed LBE Privacy, and set GPS access to PROMPT for all applications I saw on the list, including system apps, I even deny it to Google Framerowk, and still it happens. How can I get to the bottom of it?
I am running Cyanogenmod 7.2.
View 2 Replies
View Related
Jun 12, 2010
In bettercuts i keep trying to make a people shortcut with a better icon. I go to the app and start to make a new shortcut. I go to activity and there are 3 different People app in there and none of the 3 actually open my contacts. I don't know what to do to fix it or do i just have to use the crappy icon for people with Bettercuts?
View 4 Replies
View Related
Jul 10, 2010
The options menu has a translucent background and I would like to make it solid and nontransparent. Is there a way?
View 1 Replies
View Related
Sep 29, 2009
Is it possible to make large/custom size icon on the desktop for android?
View 1 Replies
View Related
Oct 3, 2010
I've started learning about drawing things to the screen with Surface view and canvases, but I've run into a problem. At the moment, all I want to do is draw a background image to the screen, and have it fit the screen, regardless of size or resolution. I've figured out how to draw the image just fine, but it doesn't fit the screen at all.
Here is my situation: I'm developing on an Archos 5 internet tablet. It has a 4.8 inch screen and a resolution of 800x480 - putting it in the "Large" class of screens and "Medium" class of pixel density for Android. My background image is 800x480 - my thinking was that it would be displayed perfectly on my device, and scaled down on smaller screens.
But this isn't happening. When I place my image in the "medium" density drawables folder, the image seems "zoomed in" and I can't see it all on my device. And when I emulate the app with different screen sizes, it's all over the place.
I'm drawing my image in a Panel which extends Surface View. Here is the code:
Code:
package com.plant.drawing;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.view.SurfaceView;
import android.view.SurfaceHolder;
import android.content.Context;
[Code] ....
In my layout, I set this panel's properties of layout height and width to "wrap content." I'm really new to Surface views and the like, so I'm sure I'm simply not doing something - but what can I do to make this image fill the background of any size screen? The image is a .png, by the way.
View 3 Replies
View Related
Jul 7, 2013
is there a way to make the tile background black ,,, what apk should i edit ?
View 1 Replies
View Related
Oct 23, 2010
Can I make a widget or icon for Yahoo Calendar, so I can access the calendar quickly ?
View 4 Replies
View Related
Feb 8, 2012
What do I need to do to modify a status bar mtz, to make it look like a gaussian blur background? When I extract the mtz, there aren't any background pngs..just the icons for the status bar. I see there's a theme_values xml, but all the fields in there are color codes and such..
This is what I'm talking about:
View 9 Replies
View Related
Jun 3, 2010
does anyone know if it's possible to make a phone dock on the bottom of the screen like on the incredible. i mean, i think it's kind of ridiculous that this isn't standard....
View 16 Replies
View Related
May 31, 2010
I have a big background image for my views's background, which also can be tiled (it's repeadable). When switching from one Activity to another i want the background to behave like on the homescreen (the background moves only a bit, but the foreground moves one screen with). Is this possible and how? Here is my current background definition:.............
View 1 Replies
View Related
Sep 14, 2010
When you click applications button, you will see all the applications icons. I like this icons better than home screen icons because it looks bigger and feel more comfortable when I look at it. Well, yes it looks like iphone screen.
View 1 Replies
View Related
Nov 5, 2009
I hear a hissing noise in the background when using the handset to answer or make calls. Anyone else experience this?
View 2 Replies
View Related
Apr 25, 2010
I have set a background image in my app, but the background image is small and I want it to be repeated and filled in the whole screen. What should I do
<Linear Layout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:background="@drawable/bg" android:tile Mode="repeat">
View 2 Replies
View Related
Mar 4, 2013
So I started using the Apex Launcher with the MIUI Minimal icon pack.
How can I make the icons theme on the lockscreen.
How can I change the icon to a different one in the drawer?
Droid Razr M, stock 4.1.1.
View 3 Replies
View Related