Questions tagged [graphical-logo]

Graphical logos, such as corporate logos (to distinguish from the Logo programming language)

This tag can be used for questions regarding graphical corporate logos.

This tag is unlikely to be very useful to anyone. It is only meant as a placeholder to discourage people from creating a new Logo tag which would be easily confused with the Logo programming language . See this meta discussion for more information.

257 questions
102
votes
2 answers

Android icon vs logo

The tag for the Android Manifest contains a logo attribute which I have never seen before. What is the difference between your application's icon and its logo? Is it used purely for market?
vol
  • 1,533
  • 3
  • 13
  • 18
46
votes
5 answers

How to replace the default logo in NSIS installer?

I would like to replace the default logo in my NSIS installer (see image below), but I cannot find anything about this on the internet. Can it be done?
laurent
  • 88,262
  • 77
  • 290
  • 428
35
votes
15 answers

How do you come up with a good name for a software company?

I'm starting up a web design shop and hoping to also get into custom software development. So the problem I'm having now is coming up with a name for the company. I want something cool and funky, but I'm not sure where to go for ideas. Someone…
Jonathan
  • 32,202
  • 38
  • 137
  • 208
35
votes
1 answer

ActionBar logo centered and Action items on sides

How could I make an actionbar to have logo in the center and two action items on sides like this? I will be using ActionBar Sherlock.
urSus
  • 12,492
  • 12
  • 69
  • 89
31
votes
1 answer

Actionbar Logo size?

In the Google I/O 2012 Android App an actionbar logo is used instead of the normal app icon. In the open source project I could find the image which is 340x72 and present only in this dimension. I searched if there is some specified size for using a…
David
  • 3,971
  • 1
  • 26
  • 65
28
votes
7 answers

How to get high resolution website logo (favicon) for a given URL

I'm developing a web browser on Android and want to show the URL logo for the most visited sites like in Chrome (4 X 2). But the problem is that most favicons (eg: http://www.bbc.co.uk/favicon.ico) are of size either 16X16 or 32X32 and they don't…
AndroidDev
  • 5,193
  • 5
  • 37
  • 68
16
votes
3 answers

setting character width with css

I need to design a simple logo with css and everything is fine except for the letter size. Requirement is to use verdana font but with wide characters as shown in the image. However, with current code they look narrow. Is there anyway to achieve…
Kiran
  • 5,478
  • 13
  • 56
  • 84
16
votes
4 answers

What is the proper way to display a logo with CSS?

I've been learning CSS recently, and the tutorial series I'm watching says the best way to display a logo image is to wrap the text in an H1 tag, then set the CSS style for that tag to background image, with a text indent of -99999 or similarly…
Mike Manfrin
  • 2,722
  • 2
  • 26
  • 41
9
votes
2 answers

How can I add a logo to a ggplot visualisation?

I'm currently working on a ggplot column chart and I'm trying to add a logo to the bottom right. This is the code to the chart: df <- data.frame(Names = c("2001", "2004", "2008", "2012", "2018"), Value = c(47053, 68117, 171535,…
Jules_ps
  • 93
  • 3
9
votes
4 answers

Android - How to show App logo in action bar

The theme of my application is Light. Can I display app icon in action bar without changing app style from Theme.Light to Theme.Holo.Light. style.xml