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
-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
  • 409
  • 3
  • 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
  • 883
  • 3
  • 16
  • 37
-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
  • 499
  • 3
  • 17
-1
votes
1 answer

Is there an Android Guy icon

Is there a Android Guy icon out there anywhere? I am looking for one to put on my site.
Jackie
  • 21,969
  • 32
  • 147
  • 289
-2
votes
1 answer

Android studio create/generate icons for all android version types

I have a mobile app project that's working fine but recently notified that icons are showing as a old default android robot icon for older android devices. I've only used the android studio built in image asset manager for my icons, as well as…
user17619876
-2
votes
2 answers

Android project doesn't generate a launcher icon

first, i ran my project it didn't because of leak of storage problem . so i freed some space then it went well , but no launcher icon appears on my desktop
Ali K.
  • 7
  • 4
-2
votes
1 answer

App icon does not appear on upgrade under Settings>Printing

We are working on Print service(plugin) related application, we have a production version which is available on Google Play. We planned to release an updated version of this app with the new app icon(launcher icon). We replaced existing…
Shanmugapriyan
  • 953
  • 1
  • 10
  • 28
-2
votes
2 answers

How to resize and change color of icon in a button?

I am using android:drawableLeft="@mipmap/share_icon" in android button to show icon. I want to change color and size of icon. Below is my code
-2
votes
1 answer

Icon appears on screen without specifying in android manifest file.

I have not specified android:icon attribute in tag. Still somehow icon appears on screen for that activity. My problem is that how to prevent icon from appearing in this activity?The strange thing is that in other activities icon does not…
Geek
  • 8,280
  • 17
  • 73
  • 137
-3
votes
1 answer

How to highlight selected tab's icon in tab and view pager implementation android?

I want the output as it is shown in this gif I implemented tabs as mentioned in this tutorial https://guides.codepath.com/android/ViewPager-with-FragmentPagerAdapter . I came across this tutorial https://github.com/ogaclejapan/SmartTabLayout/ , but…
-3
votes
1 answer

How to refresh android Home Screen Icons?

I am developing an android application in which user can hide the application icon. but when i do so the application icon remains there until unless i go to task manager and clear the memory which will indirectly reload the menu as well. here is my…
-5
votes
1 answer

How to make animation for app icon in android?

I see that on iOS icon app (screen icon) clock application have clockwise movement. How do I do it in Android?
vukinh
  • 33
  • 2
-5
votes
1 answer

Installed app icon not visible

My app is perfectly running but installed app icon is not visible in the emulator..I had tried everything but still nothing happened.I had read the previous solutions to this problem but none of them worked for me..
1 2 3
19
20