android-icons Questions

3

Solved

Jetpack Compose has an Icon composable where I can access an imageVector. See example below. Icon( imageVector = Icons.Rounded.Email, contentDescription = "Email Icon", ) Why can I not...

2

I am using Expo with my React Native application and have reached the point of building the app and deploying it on the Play Store. However, I am having an issue with setting Android Adaptive Icon ...
Suazo asked 1/9, 2020 at 18:18

2

Solved

I used Android Studio's Asset Studio to generate TV banners: Everything looks great in Asset Studio, but the generated adaptive-icon crops the image so much that it is unusable: Here is what it l...
Photocompose asked 12/3, 2021 at 3:9

2

Solved

In the Asset Studio, inside Android Studio, the option, where should be Material Icon, the option available is "Clip Art". It´s require to install any plugin to be able to add material icons?
Vyse asked 23/8, 2018 at 17:29

7

I have created all my adaptive icons in the Image Asset tool but its not creating the ic_launcher_foreground.xml file - which in turn is causing my build to fail because the foreground.xml file is ...
Zsigmondy asked 18/4, 2020 at 14:27

4

Solved

Are there any official guidelines for how many pixels the edge radii should be when giving Android launcher icons rounded corners? I've found guidelines for launcher icon pixel sizes (but rounded ...
Sundaysundberg asked 6/7, 2015 at 20:46

1

Solved

I'm trying to implement the new themed icons and I have the problem that my icon is always zoomed in by 2x and I cannot get it to fit the canvas. Below you can see the normal icon on the left and t...

14

Solved

The new floating action button should be 56dp x 56dp and the icon inside it should be 24dp x 24dp. So the space between icon and button should be 16dp. <ImageButton android:id="@+id/fab_add" ...

9

Solved

I found this Asset Studio to generate icons. It works fine for the launcher icon but for action bar or notification icons it is not working. I put in my png file and want to generate the icons, but...

3

Solved

I want to show unread notification count on my app icon when app is not opened. this post seems to be close but it is 3 years old. Has there been any change on this or I should go with solutions pr...
Stanstance asked 22/5, 2016 at 11:53

5

Solved

I just converted my app icon to be compatible with android o's adaptive icons using the Image Asset Studio in android studio when I run my project now on my device running API 25 I get the default...
Strick asked 8/6, 2017 at 20:49

8

Solved

I downloaded collection of icons from Android Developers center Each icon in this collection is ordered in forlders according to its resolution: drawable-hdpi, drawable-mdpi, drawable-xhdpi, drawab...
Observatory asked 24/2, 2015 at 16:5

13

Solved

How to change the index icon of option menu? I mean icon (3). Here is my code: @Override public boolean onCreateOptionsMenu(Menu menu) { MenuInflater inflater = getMenuInflater(); inflater.i...

7

When I create new "Image Asset" (Action Bar and Tab Icon) in Android Studio using my own icon as base, I get finally semi-transparent icons. (Android Studio change original color transparency). How...
Whiten asked 27/4, 2016 at 11:5

5

Solved

I try to generate new launcher icon for my android project. I am taking png icon 512x512 and through Android Studio I am converting it New->Image Asset->(Launcher Icons Adaptive and legacy). It gen...
Mizzenmast asked 28/5, 2018 at 11:36

12

Solved

I've noticed that using AppCompat themes, default toolbar icons get tinted by the attribute colorControlNormal in my style. <style name="MyTheme" parent="Theme.AppCompat"> <item name="co...

4

Solved

While trying to upload my apk im getting this error..."You need to check the icon inside your APK because it is not valid." Manifest Code <application android:allowBackup="true" android:icon...
Sn asked 24/5, 2016 at 14:24

4

Solved

This is going to sound stupid in a way, but I want to know if it is possible to change the application logo (icon) and Android name in my subsequent releases? Say, today I push my app in the Andro...
Placeman asked 29/9, 2014 at 6:47

4

Solved

I am trying to figure out how to change the color of icon which is in drawable left of button. Below is the XML code I am using : <Button android:layout_width="wrap_content" android:layout...
Pandarus asked 12/8, 2016 at 20:38

3

Solved

I have followed the following steps as suggested by tutorials and other stack overflow questions: android:icon="@mipmap/ic_launcher" in the manifest where the app icon is named ic_launcher and al...
Tephrite asked 24/5, 2016 at 11:15

1

Solved

Google's Android document on Iconography says that action bar icons should be 32x32 while its document on Action Bar Icons says that they should be 24x24 for the baseline that is presumably mdpi. ...

0

I've a big problem with launcher icon in api 26 I've png with transparent background , But it gets black on transparent parts this is the result : it's not for the theme because other apps ...

3

I have changed the launcher icons in File -> New -> Image Asset and the icons are changed. When I click on recent apps icon in it displays the default icon where as correct icon is shown in the m...
Identic asked 21/7, 2017 at 9:55

3

Solved

I am having difficulties in changing the icon of an Android app. I have followed these instructions: Right click on the project Select New -> Image Asset Select 'Asset Type' as Image Select Pat...
Benitez asked 28/8, 2017 at 6:11

6

I used android asset studio to create Launcher icon: http://android-ui-utils.googlecode.com/hg/asset-studio/dist/icons-launcher.html#foreground.space.trim=1&foreground.space.pad=0&foreC...
Overcasting asked 18/3, 2014 at 20:18

© 2022 - 2024 — McMap. All rights reserved.