Questions tagged [icons]

An icon is a small pictogram used in graphical user interfaces to supplement the presentation of textual information to the user.

Icons may represent a file, folder, application or device on a computer operating system. In modern usage today, the icon can represent anything that the users want it to: any macro command or process, mood-signaling, or any other indicator.

9567 questions
4
votes
2 answers

Stacked icons with one css class

In new FontAwesome 4.0.0 there is css styles for stacked items. .fa-stack { position: relative; display: inline-block; …
Tony
  • 2,266
  • 4
  • 33
  • 54
4
votes
2 answers

How to support different tab bar icon sizes in iOS 7 and iOS 6?

In iOS 7 Apple increased the standard size of tab bar icons. If the tab bar icons are set in a storyboard, how can you support both iOS 6 and iOS 7 interfaces simultaneously? Do you have to make a separate storyboard for iOS 7? Programmatically…
shim
  • 9,289
  • 12
  • 69
  • 108
4
votes
1 answer

How to keep icons from becoming glossy with Xcode 5 and iOS7?

After switching to Xcode 5 and using asset bundles for my app icons, installing the app on an iOS6 device results in an icon with Apple's stock gloss overlaid, even though I have specified in my plist that the icon already includes gloss.
GoldenJoe
  • 7,874
  • 7
  • 53
  • 92
4
votes
2 answers

Iconset Unicode emoticons (ios7, whatsapp)?

I notice a lot of applications use the same emoticon set. I guess that they use unicode characters to represent the values. It looks like there is a generic set of images used to display them. Does anyone know where to find this list (unicode code +…
Rob Audenaerde
  • 19,195
  • 10
  • 76
  • 121
4
votes
1 answer

Ubuntu DEB installer makes all Java applications have the same icon

I've created a DEB installer of my Java application for Debian-based systems. In my DEB package I use a *.desktop file like this: [Desktop Entry] Encoding=UTF-8 Version=${version} Type=Application Terminal=false Exec=java -jar…
afrish
  • 3,167
  • 4
  • 30
  • 38
4
votes
3 answers

Windows 8 Live Tile Icon Background Color

I am developing a WPF application. My customers want to use it on Windows 8 and it's working correctly. But they are complaining me about the background color of the app's icon on Start Screen. So can you please show me how to change it in Visual…
rockydant
  • 129
  • 4
  • 12
4
votes
1 answer

edit icon at a specific resolution programmatically

In my winforms application I am able to change the taskbar icon using this.Icon but that also changes the application icon in the titlebar. this is how I'm currently editing the icon: public static Icon GetIcon(string text) { //Create bitmap,…
Reyno
  • 583
  • 13
  • 28
4
votes
2 answers

iTunes Store rejected 114x114 icon

I'm still trying to get my first App approved in the iTunes Store. Now they want a 120 x 120 icon. That's nice, but xCode won't accept a 120 x 120 icon. What am I missing?
Barry
  • 43
  • 4
4
votes
2 answers

Why does the Java AWT FileDialog setIconImage method fail to set the icon?

I am attempting to use a Java AWT FileDialog, but I want to replace the default Java Dialog icon with something else. In short, the code looks something like this: Frame frame = new Frame(); Image image = ImageIO.read(new…
Adam
  • 1,011
  • 2
  • 19
  • 37
4
votes
1 answer

How to access Google/Gmail/Gchat/Reader user icons

I'm building a Google Reader client and wonder if it's possible to access a user's profile image (aka avatar) directly. When I navigate to the images in Reader itself, I find that they point to URLs such as…
Daniel
4
votes
2 answers

Xcode: App icon is always in project root directory

When I drag and drop the app icons to the project summery in Xcode, it copies the icons to the projects root directory. Is there a possibility to put the icons in another directory inside the project?
Hans One
  • 3,329
  • 27
  • 28
4
votes
1 answer

How do you add an icon on a gcc created application?

I have been working for a few weeks now using straight gcc terminal compiling instead of an IDE. Why? No clue actually, just felt like it. I want to be able to set an icon for the compiled application though and i can't find anything on the subject…
4
votes
2 answers

How to get icon of default browser in C#?

I have a button that says "Open in browser". I would like to rename it to "Open" and show default browser's icon next to it. If default browser is firefox, then I want firefox icon in my button. If default browser is chrome, then I want chrome…
Marko
  • 161
  • 2
  • 9
4
votes
1 answer

Several problems with icons during Chrome Extension development

It's very strange. 1 problem If I add this icon declaration to my manifest: "icons": { "16": "images/icon16.png", "48": "images/icon48.png", "128": "images/icon128.png" }, Then, when I add Extension through "Load unpacked extensions…
Aleksandr Motsjonov
  • 1,230
  • 3
  • 14
  • 25
4
votes
2 answers

How to put green tick or red cross in winforms?

is there a way that i can put a green tick or a red cross besides a label in windows forms? basically i need to show if configuration success or not. I am using c#. Thanks.
Liban
  • 641
  • 5
  • 19
  • 32