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
1 answer

PhoneGap Build Android Icons

I'm struggling to get my PhoneGap Build android icons to show up properly. My iOS icons are working perfectly. Here's the Config.xml:
David McSpadden
  • 451
  • 4
  • 18
0
votes
2 answers

accessing android's SearchView search icon

As a developer, do I have access to android's default search icon? I am referring to the one that comes with the SearchView? Is there a way to access it as I might, for instance, access any drawable that I own? One of the ways I intend to use it is…
learner
  • 11,490
  • 26
  • 97
  • 169
0
votes
1 answer

Where to find common app icons like username, password, email in Android drawable resources

Okay, this may seem like a silly question to you but I want to have icons inside EditText fields in an activity in Android for a login/registration form. I want to ask whether I could find official Android icons for this purpose? I've already…
Basit
  • 1,830
  • 2
  • 31
  • 50
0
votes
1 answer

Android icon resolution

According to this link it would be great to provide 48x48, 72x72 and 92x92. My question, do I need to maintain the same resolution across all different size image? Or different sizes of images with different resolution?
WenHao
  • 1,183
  • 1
  • 15
  • 46
0
votes
1 answer

Unable to see icon of my app

I cannot see the icon of app created.When i go to to application manager in my device it shows the app installed.But i cannot see any icon for the app in my device. The manifest file clearly states: android:icon="@drawable/ic_launcher" but i cant…
DUDE_MXP
  • 724
  • 7
  • 24
0
votes
1 answer

What is the name of the Android icon?

Is it the standard icon? What is it called? (android.R.drawable.???) I am referring to the update or refresh icon. Icon (on the left)
ViT-Vetal-
  • 2,431
  • 3
  • 19
  • 35
0
votes
1 answer

Android UI manually resize - Autoscale?

Well, I'm working on the UI for my Android app. And regarding the variety of screen sizes and resolutions, I'm following the known recipe: MDPI 160DPI 1X (1px) HDPI 240 DPI 1.5X XHDPI 320 DPI 2X Considering this scale, it means manually resize all…
Javanes
  • 91
  • 2
  • 10
0
votes
0 answers

Change icon of app

I want to change the application icon using button to change it. I've seen apps like Whatsapp Plus and Audio Manager does this. In Audio manager the apps name, title and even the launch screen(may be Main Activity) can be changed. I want to…
0
votes
2 answers

Location for Android Small / Contextual Icons

I read official iconographic article and I don't understand in which directory I should place small/contextual icons. As understand for action bar icons I should use drawable-XXXX but info for small icons wasn't mentioned.
Ray
  • 1,788
  • 7
  • 55
  • 92
0
votes
1 answer

How to use a different icon for action bar

I made an icon for my Android app but I want to use a different file for the action bar. So on icon for app section, and one icon for action bar. How can I do that ?
Dan
  • 47
  • 9
0
votes
2 answers

App logo in actionbar appears larger on tablet vs phone

I'm having trouble figuring out why my app logo in the actionbar appears larger on a nexus 7 vs a nexus 5. I'm using the actionbar in the support library. They're both running android 4.2.2 Nexus 5 (good) Nexus 7 (bad) Here are the logo image…
James
  • 5,273
  • 10
  • 51
  • 76
0
votes
1 answer

how to save Installed Applications icons

I would like to get all the icons of all installed Applications in my Tablet. I know how to get icon and how to view them, but I would like to save each icon in an external file. The part of code used to get icon is given by the code below.…
zied
  • 201
  • 3
  • 7
  • 17
0
votes
0 answers

Allowing icon to change from user input

I am allowing the user to change the icon in the class Personalize by sending a request code holding an image from a user gallery. The setIconImageinWidget() method sends the result here (in Drag_and_Drop_App): else if(requestCode ==…
0
votes
1 answer

Icon from getPackageManager in listview

I want adding at my listview the application icon from getPackageManager. i tryied something like: try { // Icon Drawable icon = pm.getApplicationIcon(info.processName); Drawable default_icon =…
0
votes
1 answer

Custom Actionbar icon compatible with other themes the user may choose

When creating custom ActionBar icons what happens if the user changes their theme to something that makes your icon unreadable? Do they have this kind of power? Example: So say I make an icon for my ActionBar in Holo Dark, so that the icon will be…
Jordan Hochstetler
  • 1,308
  • 3
  • 17
  • 28