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
0
votes
3 answers

Does including icons for multiple screen sizes in an Android app impact the installed size

When you include icons for multiple screen sizes in your Android application are the icons that don't apply to that screen size purged when the application is installed on a device? For example, if I have a tablet that has an xlarge screen that has…
William Seemann
  • 3,440
  • 10
  • 44
  • 78
0
votes
1 answer

is there a standard Android Actionbar action icon for RECORD AUDIO

I am developing an Android application that (among other features) allows the user to record audio. i would like to use actionbar icons to allow the user easy access to STOP, PLAY, FAST FORWARD, and RECORD "actions". I have downloaded the Google…
Hector
  • 4,016
  • 21
  • 112
  • 211
0
votes
2 answers

Actionbar Icon are bigger than actionbar and are cropped

I am using the sherlock's actionbar for my application. I am facing the weird issue in which in Samsung Note2, the icons on action bar are displayed bigger than the actionbar and are cropped. On the galaxy ace, everything works perfectly. How can…
Jitendra
  • 1,107
  • 2
  • 12
  • 22
0
votes
1 answer

Getting the right icons for Action Bar (ActionBarSherlock) and Options Menu with Android Gingerbread

How do you manage Icons with ABS and Gingerbread? As you can see from the Screenshots, I have a menu item "Help", that sits in the action bar, when there's room for it. (when nothing is selected). The icon looks good so far. But when it moves into…
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
  • 22,176
  • 9
  • 79
  • 134
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
  • 4,011
  • 10
  • 50
  • 76
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
  • 1,121
  • 2
  • 21
  • 39
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
  • 353
  • 3
  • 6
  • 19
-1
votes
1 answer

How to fix image view icon color changes in dark mode and lite mode of the device

I'm trying to include icons in imageview but when the dark mode is on the color is dark and when on lite mode its shows in white, I want color to be white in both modes Vector // icon
-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
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…
toto_tata
  • 14,526
  • 27
  • 108
  • 198
-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 2 3
19
20