Top "Icons" questions

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

Android icon vs logo

The <application> tag for the Android Manifest contains a logo attribute which I have never seen before. What …

android icons manifest graphical-logo
How can I use icon from .eps file and load them on my site?

I Have a filefile.eps that I downloaded from http://www.shutterstock.com/ , it looks like this : I want to …

css icons eps sprite-sheet
Align material icon with text on Materialize

Recently, i started working on a project that contains a table with some fields, and I want to add some …

css icons materialize google-material-icons
WPF Icon for all app windows

It is possible to set one Icon so, that it would be used on every window in current app. So …

wpf icons window
How to add icons to Preference

I'm making an app that extends the PreferenceActivity and I want to add an icon to each Preference. I read …

android icons screen preferences
How to create a high quality icon for my Windows application?

If you are running Windows with a higher DPI setting you will notice that most application icons on the desktop …

windows windows-installer icons highdpi
How to change java icon in a JFrame

Ok so I've been researching this one quiet a bit. I am fairly new to java but thought that this …

java swing icons jframe imageicon
Android Official Icons for XXHDPI and XXXHDPI

With screen resolutions increasing in pixels Google is promoting the use of XXHDPI and XXXHDPI, icons in the official documents. …

android icons screen-resolution
How to set a window icon with PyQt5?

from PyQt5 import QtWidgets, QtGui from PyQt5.QtWidgets import * from PyQt5.QtCore import * class Application(QMainWindow): def __init__(self): super(…

python icons pyqt5 qmainwindow python-3.6
How to create a desktop icon with Inno Setup

I am very new of Inno Setup and I wish to add a Desktop icon to my executable in Inno …

installation icons inno-setup executable desktop