How to add a spinner icon to button when it’s in the Loading state?

Twitter Bootstrap’s buttons have a nice Loading… state available. The thing is that it just shows a message like Loading… passed through the data-loading-text attribute like this: <button type=”button” class=”btn btn-primary start” id=”btnStartUploads” data-loading-text=”@Localization.Uploading”> <i class=”icon-upload icon-large”></i> <span>@Localization.StartUpload</span> </button> Looking at Font Awesome, you see that there’s now an animated spinner icon. I tried to … Read more

How to display count of notifications in app launcher icon [duplicate]

This question already has answers here: Is there a way to add a badge to an application icon in Android? (6 answers) Closed 4 years ago. samsung galaxy note 2 android version 4.1.2 I know that this question was asked before and the reply was not possible How to display balloon counter over application launcher … Read more

Android Push Notifications: Icon not displaying in notification, white square shown instead

My app generates a notification, but the icon I set for that notification is not being displayed. Instead, I get a white square. I have tried resizing the png of the icon (dimensions 720×720, 66×66, 44×44, 22×22). Curiously, when using smaller dimensions the white square is smaller. I have googled this problem, as well as … Read more

Which icon sizes should my Windows application’s icon include?

I have a Windows application which will run in Windows XP and newer (i.e. Vista/7). According to the Vista UI Guidelines, the standard sizes are 16×16, 32×32, 48×48, 256×256 (XP standard sizes do not include the 256×256 icon). In addition to those sizes, I also have 96×96 and 128×128 (and could create more). Which of … Read more

How to use the new Material Design Icon themes: Outlined, Rounded, Two-Tone and Sharp?

Google has revamped its Material Design Icons with 4 new preset themes: Outlined, Rounded, Two-Tone and Sharp, in addition to the regular Filled/Baseline theme: But, unfortunately, it doesn’t say anywhere how to use the new themes. I’ve been using it via Google Web Fonts by including the link: <link href=”https://fonts.googleapis.com/icon?family=Material+Icons” rel=”stylesheet”> And then using the … Read more

Save icon: Still a floppy disk? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for … Read more