Questions tagged as 'icons'

1
answer

Appear Extension icon according to file extension (doc, xls, pdf)

I'm having a demand for a php system. I am listing documents from a certain directory that is on the server in my html page <div class="tab-pane" id="docs"> <div class="table-responsive">...
asked by 01.01.2018 / 23:15
1
answer

Favicon .ico vs hosting

Is there any way I can host a .ico file without being on the 'server' of the application, say how do we normally upload a .jpg / .png image to sites like Imgur ? In most of my research before doing this question, google...
asked by 08.07.2017 / 03:03
1
answer

How do I add an event to an icon?

I wanted to make clicking on an icon possible to open a screen, perform any action and so on. I wanted to put different formats, so I do not use a JButton . For by passing the image to him, he continued "rectangular". More, if there is...
asked by 27.05.2017 / 05:10
1
answer

how to make the application icon appear in the action bar? [closed]

by default it was to appear but not appearing I found this question App icon does not appear but the answer did not answer.     
asked by 15.04.2017 / 18:21
1
answer

How to add icon to Android Studio

I've been researching the internet about the implementation of icons for android applications by android studio, but I confess I was a bit confused. I made my icon using Adobe Illustrator on a 192x192 pixel project, but instead of exporting s...
asked by 04.03.2018 / 20:07
1
answer

How to use SVG icon in Google Maps API Android addMarker (MarkerOptions)

I am using the following code from the Google Maps API v2 documentation for Android : mMap.addMarker(new MarkerOptions() .icon(BitmapDescriptorFactory.fromResource(R.drawable.ic_bike)) .anchor(0.0f, 1.0f) // An...
asked by 28.01.2018 / 19:36
1
answer

The icon is not working

<?php require_once 'Classes/ProjetosVO.php'; require_once 'Classes/ProjetosDAO.php'; $objBDProjeto=new ProjetosDAO(); $objProjeto= new ProjetosVO(); $rsProjeto= $objBDProjeto->ListarProjetos("1"); $tblProjeto= mysqli_fetch_array($rsProjet...
asked by 01.12.2017 / 00:21
2
answers

Push 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 not able to change the notification icon. It is just an icon of a bell that is the default of OneSignal...
asked by 26.09.2017 / 19:54
1
answer

Separate CSS JSP icons

I want to separate my icons, because they are many together but I can not. By putting padding the application stays like this. Increases with and heigth by not separating icons. .redes_sociais{ padding: 30px;...
asked by 20.09.2017 / 04:25
0
answers

How to change the default size of an icon?

Is there any way to change the default size of an icon in a javaFX application? I have an image that I want to use as an application icon, but it gets too small in the upper left corner of the window as well as in the Tasks bar.     
asked by 31.08.2017 / 14:23