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.

How to add "menu" indicator next to Action Bar's app icon?

At least Gmail and Youtube Android apps use a side menu (navigation drawer?) that opens by swiping, or by clicking …

android android-actionbar navigation-drawer android-icons android-homebutton
How to show notification count on app icon like Facebook?

I want to show unread notification count on my app icon when app is not opened. this post seems to …

android android-widget badge android-icons
Android status bar expects icons of size 25x25dp while guidelines recommend 32x32dp. Who is wrong?

According to android icon design guidelines (here, see table #1), developer needs to provide status bar icons of next sizes: Status …

android size android-icons
Android options menu icon won't display

I'm following a book on Android Development to get myself started writing my first real app. I got up to …

android options-menu android-optionsmenu android-icons
Android icon generator for actionbar and notification not working (grey shape)

I found this Asset Studio to generate icons. It works fine for the launcher icon but for action bar or …

android android-studio icons android-assets android-icons
Add Icons to SlidingTabLayout instead of Text

I'm implementing a SlidingTabLayout in my android application. What my query is that I'd like to implement icons in my …

android android-viewpager android-tabs android-icons pagerslidingtabstrip
Android Launcher Icon Rounded Corner Edge Radii

Are there any official guidelines for how many pixels the edge radii should be when giving Android launcher icons rounded …

android rounded-corners dimensions android-launcher android-icons
How to generate rounded square launcher icon android

I try to generate new launcher icon for my android project. I am taking png icon 512x512 and through Android …

android android-layout android-icons
What is the recommended ActionBar icon size in Material Design (Android API 21+)?

First of all, this question is related: How big should Action Bar(Toolbar) icons be in the new Android Material …

android material-design android-icons
Android Studio change transparency of Image Assets

When I create new "Image Asset" (Action Bar and Tab Icon) in Android Studio using my own icon as base, …

android android-image android-icons