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

279 questions
0
votes
1 answer

android 10" xhdpi tablet launcher icon size

i have an app that creates shortcuts. it generates the shortcut icon dynamically, so i need to know the correct launcher icon size. to handle this, i created dimens.xml in values-ldpi/mdpi/hdpi/xhdpi/xxhdpi and defined my icon size to be…
Jeffrey Blattman
  • 21,054
  • 8
  • 74
  • 127
0
votes
2 answers

Checklist of android resources/assets required before starting development

I am going to develop an android app, but unlike my previous apps, this time I have to tell someone what graphics and assets I require even before starting the development. The designer has designed all the screens, and now looking at those screens…
user517491
0
votes
1 answer

icon sizes android, most common padding/size facebook/youtube

So for the different screen sizes, you have the following sizes for the launcher icons: ldpi (240 x 320px) icon 36x36, 120dpi mdpi (320 x 480px) icon 48x48, 160dpi hdpi (480 x 800px) icon 72x72, 240dpi xhdpi (720 x 1280px) icon 96x96,…
Diego
  • 3,723
  • 10
  • 47
  • 72
0
votes
2 answers

Android icons do not show

I try using Icons on several places in my app with the following code android:icon="@drawable/app_logo" /> but neither do they do show up nor do I get an error/warning. I put app_logo.png into the res/drawable folder, then into any other…
birgit
  • 981
  • 2
  • 17
  • 38
0
votes
1 answer

Hide icons and other in status bar Android

I should prefer to totaly hide the bottom status bar in android tablet (Androide 3.x and 4.x), but it seems to be impossible, because the new android version removed the physical keybutton from devices. Therefore I would at least remove from the…
Eghes
  • 177
  • 1
  • 5
  • 18
-1
votes
1 answer

Whatss App like notification icon creation

I would like to create whats app like notification icon Please help me by givings tips / suggestions / websites for the creation of icon like that
Jasra
  • 343
  • 2
  • 5
  • 19
-1
votes
1 answer

How to change icon in Android running app view

I've added a custom launcher (adaptive and legacy) icon by building it in Image Asset Studio, but cannot figure out how to change the "running apps" view icon. New projects have the green icon, while the app I created a custom launcher now has a…
Tom
  • 287
  • 1
  • 14
-1
votes
3 answers

How to use the default launcher icon provided in android studio project as an ImageView (as is)?

I want to use the default launcher icon provided in android studio as an ImageView. I used the android:src="@drawable/ic_launcher_background" XML tag in my imageView But I got this as the result: But I want this in my ImageView:
-1
votes
3 answers

How to show icon in toolbar instead of text

I am trying to show some icons in the toolbar using the following menu but in the output Instead of icons, only text is displaying. How to display icons instead of text menu.xml
-1
votes
1 answer

Asset Studio (in Android Studio): purpose of the Google Play Store icon?

I am trying the Asset Studio to generate the icons for my app. Here is the Asset Studio doc : https://developer.android.com/studio/write/image-asset-studio Nevertheless, I am not sure to understand what is the role of the "Google Play Store" icon…
Regis_AG
  • 11,612
  • 18
  • 85
  • 165
-1
votes
1 answer

Change bottom icon when move from one fragment to another

I have a main activity with bottom nav and a frame layout to hold each fragment I have made for the numbers of icon in my botton nav. I have a fragment page in which i have a text and want to change the fragment and also the bottom nav icon from the…
-1
votes
2 answers

How to change navigation draver icon size?

I was looking for different ways to do this using styles or programmatically, but not one way worked. Is it possible to increase the size of this icon in any way? Toolbar:
-1
votes
2 answers

Drawables for different screen densities

Is it a good idea to just put a high resolution image resource in the XXHDPI or XHDPI and let android do the up scaling or down scaling according to the device on which the app runs and save time putting different size image in different folders…
rd7773
  • 369
  • 1
  • 13
-1
votes
2 answers

Can we use single large icon for all Android Screen sizes?

I just want to know that , is it a good practice to use single large icon and re-size them programatically for all different resolution rather having 4 to 5 icons in different folder like (hdpi , mdpi , ldpi , xhdpi , xxhdpi). So , can we use…
Anshuman Pattnaik
  • 854
  • 1
  • 15
  • 35
-1
votes
1 answer

Hide all home screen apps on android

Hey I would like to add to my android app an option to hide/unhide all home screen icons and widgets, I know LG has done this in LG G2/LG G3. Users on these devices can pinch the home screen and all the apps are hidden then repinch to unhide. I…
Eliahu Horwitz
  • 489
  • 3
  • 17
1 2 3
18
19