Top "Android-icons" questions

Android comes with detailed guidelines and default Icon packs for applications developers to ensure readability and clarity even at small sizes.

Material Design icon colors

Which color should be the "dark" material icon? On the official documentation (https://www.google.com/design/spec/style/icons.…

android icons material-design android-icons
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? …

android android-icons
ActionBar/Menu default icons

I have a menu, which contain an item with an icon that comes with sdk (from skd/platform/...). In ICS …

android android-icons
Where application icons are stored in an Android device?

Just out of curiosity, I wanted to know where on the file system of an Android device the application icons …

android shortcuts android-icons
How to size custom marker icons for Android Google Maps v2?

I want to design custom icons for an Android app using Google Maps v2. I know there are a bunch …

android google-maps google-maps-markers android-maps-v2 android-icons
How to change the ic_launcher_round.png folder content?

I am having difficulties in changing the icon of an Android app. I have followed the instruction: 1.Right click on …

android android-drawable android-image android-icons
App icon not being set, it is always showing default green android icon

I have followed the following steps as suggested by tutorials and other stack overflow questions: android:icon="@mipmap/ic_launcher" …

android android-studio icons android-icons
"Android Asset Studio" adds extra space when I upload my .png icons, but doesn't when it uses its internal cliparts. Why?

I'm trying to create some nice icons for some Android APP I'm dealing with, and someone directed me to the "…

android android-studio icons android-icons
How to provide different launcher icon per product flavour

I have a project defined by build.gradle file buildscript { repositories { mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:0.5.6' } } …

android gradle android-gradle-plugin android-icons application-icon
Android Wifi signal icons

Is there a way to get the icon used by the system for the Wifi strength signal (I haven't found …

android android-wifi android-icons