Questions tagged [android-icons]

Android comes with detailed guidelines and default Icon packs for applications developers to ensure readability and clarity even at small sizes. This tag covers this android aspect.

Android comes with detailed guidelines and default Icon packs for applications developers to ensure readability and clarity even at small sizes. This tag covers this android aspect.

More info

298 questions
4
votes
1 answer

Change icon launcher and app name programmatically

I saw many posts like this How to change the icon and label of an app once it is installed? but any of those posts could give me the exact answer so as to solve my problem. I used this but it only changes the action bar icon : Button appicon1; …
noobProgrammer
  • 1,443
  • 4
  • 14
  • 33
4
votes
2 answers

Android Default HomeAsUp on Custom ActionBar

I have a custom android action bar with a custom layout view and style. I need to show the 'Home As Up' Button for my navigation drawer. The problem is that the button is not showing up in my custom layout style. I need the android default home as…
Adifyr
  • 2,649
  • 7
  • 41
  • 62
4
votes
1 answer

Change default system application icon

I came across a launcher app named Nova Launcher which providing option to change look & feel of system applications to another icon pack, below is the screenshot from nova launcher. When I'll select stock jellybean it will replace system…
RobinHood
  • 10,897
  • 4
  • 48
  • 97
4
votes
4 answers

Why do we (have) to use different launcher icons (xhdpi, hdpi, etc)

I was wondering, why are we using different launcher icons (sizes) in android. Currently you "have" to resize your icon to: LDPI - 36 x 36 MDPI - 48 x 48 HDPI - 72 x 72 XHDPI - 96 x 96 And put them in the desired folder. But does it really matter…
Mdlc
  • 7,128
  • 12
  • 55
  • 98
3
votes
1 answer

Android 13 Themed Icon cut off / doesnt fit in frame

I'm trying to implement the new themed icons and I have the problem that my icon is always zoomed in by 2x and I cannot get it to fit the canvas. Below you can see the normal icon on the left and the themed icon on the…
3
votes
2 answers

status bar notification icon stays black whatever I do

I started making a foreground service and according to the documentation I need to associate with any foreground service a notification to make the user keep track that my service is working. my problem is that I chose an icon, created it as an…
Omar Shawky
  • 1,242
  • 1
  • 12
  • 25
3
votes
0 answers

Do new Android versions support colorful notification icons? Since when?

I've been working with Android notifications and the notification icons are behaving differently on my two test devices (one with Android 9 and one with Android 11). I set the notification icon to be the same as the app's launcher icon, like…
3
votes
2 answers

Tint attribute not working on floating action button - cannot change the icon colour

I'm trying to do something very simple, setting the tint of an icon on a floating action button yet the tint attribute does not change it's colour. Even after changing the icon's XML itself the floating action button seems to keep the icon as…
3
votes
1 answer

Expo Android Adaptive Icon Not Appearing

I am using Expo with my React Native application and have reached the point of building the app and deploying it on the Play Store. However, I am having an issue with setting Android Adaptive Icon (foreground/background) fields in the app.json file.…
Joshua Wilkinson
  • 133
  • 2
  • 10
3
votes
2 answers

Android Tablet - 3.0 Icon set/Guidelines

The latest version of android is 3.0 Honeycomb. Before this version, we are providing 3 resolutions images for the application,i.e. hdpi, mdpi and ldpi. But, What are the icon resolutions for the 3.0 Honeycomb? or the same icon resolutions works…
Paresh Mayani
  • 127,700
  • 71
  • 241
  • 295
3
votes
1 answer

Round icon not showing on Marshmallow

My test device is Android 6.0. It uses round icons for all of the apps (except mine). As this is the only test device and my phone doesn't use round icons, I have to make it work on the test device. I'm trying to make it show a round icon and so far…
Invader Zim
  • 796
  • 2
  • 14
  • 39
3
votes
1 answer

How can you convert an existing resource/drawable/xml file to an Icon?

Ive a resource/drawable/xml file that I'd like to use as my app icon. Can this be done, if so, how do you do it. thanks, Jim
TeleJim
  • 317
  • 3
  • 20
3
votes
1 answer

Using Android Studio default search icon for searchView

Can't seem to find the right search icon for the searchView for my actionBar. Does Android Studio even offer a non-bad one or do I have to create my own? Here's what's offered in Android Studio: ( I want to have all white…
3
votes
1 answer

Android Navigation drawer item icon showing pixelated

i have created navigation drawer and I'm trying to show an icon next to an item within my menu for my navigation drawer but my icons on navigation drawer are showing blur and pix-elated and my icons size is 72x72 , i will share my code and screen…
Achin
  • 1,252
  • 4
  • 28
  • 63
3
votes
6 answers

How to add an image with text in menu options in Android?

I'm trying to implement a customized menu option with both, text and image, which looks like this image: Unfortunately I don't know how to implement this. My menu.xml looks like:
Baskar P
  • 79
  • 1
  • 2
  • 11