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.

Android - Launcher Icon Size

For HDPI, XHDPI, etc. what should be the ideal size of the launcher icon? Should I have to create 9-Patch …

android android-icons
Standard Android menu icons, for example refresh

The Android SDK offers the standard menu icons via android.R.drawable.X. However, some standard icons, such as ic_…

android android-drawable android-icons
How to change the icon of an Android app in Eclipse?

I am developing an app using Eclipse IDE Juno and Android SDK. How do I change my app's icon?

android eclipse android-icons application-icon
Adjust icon size of Floating action button (fab)

The new floating action button should be 56dp x 56dp and the icon inside it should be 24dp x 24dp. …

android material-design floating-action-button material-components-android android-icons
How to import set of icons into Android Studio project

I downloaded collection of icons from Android Developers center Each icon in this collection is ordered in forlders according to …

android android-studio android-ui android-icons
How to change option menu icon in the action bar?

How to change the index icon of option menu? I mean icon (3). Here is my code: @Override public boolean onCreateOptionsMenu(…

android android-actionbar android-menu android-optionsmenu android-icons
What's the correct size icon for drawable-xxhdpi?

As we know, the correct sized icon: * drawable-ldpi (120 dpi, Low density screen) - 36px x 36px * drawable-mdpi (160 dpi, Medium density …

android drawable dpi android-icons
Android xxx-hdpi real devices

I'm gonna release my app, it's a 1.2Mb apk that includes about 120 icons in 4 different formats (ldpi, mdpi, hdpi, x-hdpi). …

android icons dpi android-icons
Can I change my Android app icon and name in later release?

This is going to sound stupid in a way, but I want to know if it is possible to change …

android google-play android-icons
Toolbar icon tinting on Android

I've noticed that using AppCompat themes, default toolbar icons get tinted by the attribute colorControlNormal in my style. <style …

android android-5.0-lollipop android-toolbar android-icons