Most voted "icons" questions
36 questions
Sort by count of
-
20
votes1
answer415
viewsDoes it still make sense to use the Desktop Metaphor?
I know that UX-based questions most often tend to be interpreted as "opinion-based", so I would like answers on a theoretical basis, whether by quoting an article or author who justifies a position…
-
6
votes1
answer182
viewsHow to add a bookmarklet with a specific favicon?
I made a little script bookmarklet and I’m trying to add a favicon, but I can’t. It is in this bookmarklet that I want to implement a favicon - keepvid.com // Juntar a url ativa na barra de…
-
4
votes1
answer3038
viewsHow to change the form buttons (minimize, maximize and close)
I have a project in Delphi 2010 where you would like to change the buttons icons Minimize, Maximize, Close-up that are represented in the image below: The icons I want to use were created by me, so…
-
3
votes2
answers985
viewsHow to make this icon with pure CSS?
You can do the image icon with CSS below? If yes, how can I? I tried to do it like this, but I can’t create the third page, I can only do two: .pages:before{ content: ""; width:25px; height:20px;…
-
3
votes0
answers382
viewsHow to change startup icon image of a . jar?
For example, exchange that cup of coffee for another icon.
-
3
votes1
answer209
viewsDoes the operating system automatically cache PWA application icons?
I’m creating a PWA and one of the questions I have is if I need to cache all the icons that are in the manifest. Use a generator, to create all icons of different sizes and other files, the result…
-
2
votes1
answer276
viewsI can’t set a vector image as an app icon
As you can see I’ve correctly added a svg. so that it acts in a vector way: The problem happens when I try to put it as app icon: I go to Androidmanifest.xml and normally modify the line…
-
2
votes2
answers3155
viewsHow can I know if a font is free for use, even commercial
I’m starting to want to make icons, but I want to do it the right way. I have a question. How can I know if a font is available for general use. I don’t even know if this is the place to post it,…
-
2
votes1
answer123
viewsHow to extract the icon from a . exe file using python?
I simply came to need to have an image file . ico extracted from a file . exe and do not even know how to start. How can I do this?
-
2
votes0
answers200
viewsHow to change the color of the notification icon?
I have an app with push notification. But the icon I assign to the notification gets the full gray color. I want to know how to have colored icons in the push notification, like these examples: The…
-
1
votes1
answer464
viewsIcon rounded android studio
What is the difference between android:icon and android:icon rounded? Not having an icon rounded causes an application problem?
-
1
votes1
answer163
viewsForce Adaptive Icone to be square(Square)
The best icon format for my application is the rounded square, however in api 26 and 27 we know that android uses a preset adaptive icon (always in circular format) or transforms a non-adaptive icon…
-
1
votes2
answers1444
viewsPush notification icon - Onesignal
I’m using Onesignal to send push notifications to an application in Cordova that I’m developing. Notifications are sent correctly, but I’m unable to change the notification icon. There is only an…
-
0
votes1
answer24
viewsHow to place a title under the iten button bar
I wanted to know how to put a title under the icon on Toolbar, I tried in some ways but without success. I have tried via code and in the icon properties in the right side menu.
-
0
votes1
answer135
viewsHow do I make the app icon appear in the action bar?
by default it was to appear but it is not appearing I found this question Application icon does not appear but the answer did not answer me.…
-
0
votes1
answer279
viewsHow to add an event to an icon?
I wanted to make it possible to open a screen, perform any action and so by clicking on an icon. I wanted to put different formats, so I don’t use one JButton. Because when passing the image to him,…
-
0
votes1
answer535
viewsFavicon . ico vs hosting
Is there any way ( Site ) for me to host a file .ico without being on the application’s ' server ' I mean do as we normally upload an image .jpg / .png on sites like Imgur ? In much of my research…
-
0
votes0
answers362
viewsHow to change the default size of an icon?
Is there any way to change the default size of a javafx application icon? I have an image that I intend to use as an application icon, but it turns out to be too small both in the upper left corner…
-
0
votes1
answer57
views -
0
votes1
answer702
viewsAdd icon to Android Studio mode
I’ve been doing research on the internet about the implementation of icons for android apps by android studio, however, I confess that I was somewhat confused. I made my icon using Adobe Illustrator…
-
0
votes1
answer27
viewsThe icon is not working
<?php require_once 'Classes/ProjetosVO.php'; require_once 'Classes/ProjetosDAO.php'; $objBDProjeto=new ProjetosDAO(); $objProjeto= new ProjetosVO(); $rsProjeto=…
-
0
votes1
answer195
viewsAppear Icone from the extension as per the file extension (doc, xls, pdf)
I’m on a demand for a php system. I am listing documents from a particular directory that is on the server in my html page <div class="tab-pane" id="docs"> <div class="table-responsive">…
-
0
votes1
answer59
viewsIcons like the ones in boostrap
I would like to know how I can take an icon of mine, put it on the page, but if you want to change the color or size of the icon, I can do this... For example, in the Hover of a link, it changes…
-
0
votes1
answer26
viewsHow to place multiple icons according to "mime-type" in the same extension
The idea is very simple: I have a text file: texto.prisma $ file -i text.prism text.prism: text/Plain; charset=utf-8 I have another compiled file: compilado.prisma $ file -i compiled.prism…
-
0
votes1
answer328
viewsHow to use SVG icon in Google Maps addMarker (Markeroptions) API Android
I am using the following Example code from the Google Maps v2 API for Android: mMap.addMarker(new MarkerOptions() .icon(BitmapDescriptorFactory.fromResource(R.drawable.ic_bike)) .anchor(0.0f, 1.0f)…
-
0
votes0
answers26
viewsFont icon does not show
I created a font using the Inkscape app. and then converted it into a site that I don’t remember at the time... while I am using this font in visual studio, the font shows perfectly, as shown in the…
-
0
votes1
answer81
viewsError trying to change Javafx application icon
Hello. I am developing an application in Javafx and I am trying to change the icon of my application according to the code below: public class Login extends Application { Image applicationIcon = new…
-
0
votes1
answer241
viewsicons via Cdn are not displayed on the website
I own a card and a link where I wanted to carry an icon of download, I use the class provided by font awesome, but the icon does not appear. I’ve read about specificity right here in SO-pt, I also…
-
0
votes1
answer81
viewsMy icons are not being added to . JAR
Good afternoon, I’m having a problem when compiling my application. I’m using Apache Netbeans 11.0 Java 8 I’m having trouble setting an image on a Jlabel. Call me back Expection in thread…
-
0
votes1
answer2264
viewsHow to change an icon within a React application?
Talk guys, everything jewels? I have tremendous doubt, and I have no idea how to fix it. I recently participated in Omnistack Week 11 and was able to develop an application from scratch, from…
-
0
votes3
answers468
viewsMenu button with "toggle" event
I was trying to create a simple menu, but found that toggle function is obsolete. What would be the current alternative to create a toggle event, since I only found old answers? When you click…
-
0
votes1
answer38
viewsUse flutter Icon class by code
Good night! I’m getting the code from a flutter icon as per the documentation below: https://pub.dev/documentation/flutter_for_web/latest/material/Icons-class.html Therefore, as documentation to use…
-
0
votes0
answers58
viewsPassword visibility icon appearing when it should not be displayed
I am making a login screen and in it I will leave the option to make visible or not the password. I already have everything set up, but for some reason a second button appears that I did not create.…
-
-1
votes1
answer773
viewsAdd Icon with React Activate Material UI Button
I have this button with the icon Tails, but I would like to put the expandmore that has in the ui material, however, when putting it, it does not work, no icon name that has more than one word works…
-
-1
votes1
answer381
viewsV-icon is not working on vuetify
People who use vuetify, the v-icon is not working as it should. I put the image 1 there that you can see that you don’t recognize the icons of the material design. To better understand, I created a…
-
-1
votes1
answer47
viewsHow do I color an icon with degrade, I want to color only the image and not its background, thanks
<!-- language: lang-html --> <div class="social-icons"> <a href="#" class="btn-face"> <i class="fa fa-facebook fa-lg"></i> …