icons

Android Galaxy Tab : Why is the launch icon surrounded by a pink border?

醉酒当歌 提交于 2019-12-07 04:04:00
问题 I followed the icon design guidelines from android and so I have icon in different size: drawable-hdpi (96x96) drawable-hdpi (72x72) drawable-ldpi (36x36) drawable-mdpi (48x48) But on the Samsung Galaxy Tab the icon gets a weird purple/pink-ish border. The Game 'Angry Birds' seems to have the same problem. Facebook was able to change it to blue. So what is this border and how can I remove it? Screenshot 回答1: I've observed that the Tab picks some background color to use to frame your icon,

How can to change ui-icon's color in PrimeFaces?

给你一囗甜甜゛ 提交于 2019-12-07 03:30:40
问题 I am developing a Web Java Application with JSF 2.2 and PrimeFaces 6.0. I am building a p:tree and I would like to change the ui-icons color as, for example, in the next picture (the text is censoring). My xhtml code is: <p:tree value="#{docBean.root}" var="doc"> <p:treeNode expandedIcon="ui-icon-folder-open" collapsedIcon="ui-icon-folder-collapsed"> <h:outputText value="#{doc.name}" /> </p:treeNode> </p:tree> I tried with... .ui-icon-folder-open{ color: red; } ...but the just icon background

Android Application creating two launcher icons

你说的曾经没有我的故事 提交于 2019-12-07 01:07:24
问题 I am having a very confusing problem with an application I have been working on for some time. Suddenly, when running my application, I found an immediate force close upon launch. Upon further investigation, I found two launcher icons in my launcher. One of which will either resume the application if it is running or force close if it is not running. The second will behave as normal - launches the application normally and resumes normally. I am very confused, as I was not doing anything (that

Subclipse CollabNet is displaying a mystery icon decorator

假装没事ソ 提交于 2019-12-06 22:25:12
问题 The scenario: I'm merging a series of cherry-picked revisions from an SVN branch into trunk. I'm using the Subclipse CollabNet client to do the merge. Everything works great, except that in addition to the files I picked to merge, my working directory shows a series of changes that SVN thinks have changed but that I haven't chosen to merge. If I do a diff on the files in question, it tells me there are no differences. If I do a commit, I get the screenshot below, with the mystery icon I haven

Can I set a different icon for the android task switcher?

徘徊边缘 提交于 2019-12-06 21:28:33
问题 My app has a logo that I can make either black or white. The launcher icon I have specified is black, and I would like to keep it that color. However, my application is using a dark theme, and the color of the app title bar in the recent apps stack is also black. The black icon on the black titlebar looks ugly, especially next to white text. Here is a screenshot to help explain: Is it possible to specify a different icon for the launcher and task switcher? EDIT: I see that Chrome does this:

The Icon property in the Window is crashing the application in Windows XP SP2

丶灬走出姿态 提交于 2019-12-06 19:52:22
问题 Suppose I have this: <Window stuff Icon="Resources\myicon.ico"> If I run the program on Windows 7, it's fine. If I run it on Windows XP SP2, it crashes. Removing the Icon property, it works fine on Windows XP, but then it doesn't have my myicon on the Windows 7 taskbar or on the Window. Also, setting the application icon on the VS project menu doesn't work for W7, but works for XP. In summary: <Icon> = broken XP, ok W7 No <Icon> = ok XP, ugly W7 VS project icon option = doesn't work for W7,

Tagging mkv files with cover images?

送分小仙女□ 提交于 2019-12-06 19:06:39
问题 I found this screenshot which shows that you can add a cover image to an mkv file in a way that it is displayed as the icon of the file in the Windows explorer using Shark007 + icaros . But these tools are messing with the system in a really bad way. A lot of people are having problems with it and I too very much regret that I've installed it. I'm really glad I got my Windows to boot again... Anyway, how could I programmatically add a cover image to an mkv file? And would I need to change

Align material icon with text on Materialize

心不动则不痛 提交于 2019-12-06 17:16:04
问题 Recently, i started working on a project that contains a table with some fields, and I want to add some Material Design Icons trough MaterializeCSS on the side of the icons. Look at the image and you might get it : I tried everything, vertical align, inline(-block), flex, and everything I could find in stack overflow. So no, it's not a duplicate, I really need help. Thank you. 回答1: That's one way to do it. Of course it depends on the icon, you have to find the specific font-size that will fit

How do I use Bootstrap Glyphicons in 3.0.0?

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-06 17:10:54
问题 I'm using Glyphicons in Bootstrap. I was calling in the CSS straight from http://glyphicons.getbootstrap.com/css/bootstrap-glyphicons.css but this has now disappeared and was not recommended. This apparently coincides with Twitter making the Glyphicons available in the Bootstrap package again. I am using Bootstrap 3.0.0 RC1 or RC2. My problem: I have no idea how to use the icons in my own hosting... Seems to me the code is contained within the bootstrap.css (?). I have uploaded the "fonts"

Change point location of multiple custom marker icons Google Map API V3

邮差的信 提交于 2019-12-06 16:47:59
I need to be able to change the point location of marker icons, where each marker location has a separate icon. The icons need to be centered on the anchor point, not bottom-center as they are default... I can't figure out how to do this without completely re-working my code... var sites = [ ['Photo 1', 36.33835943134047, -93.63535, 4, 'mylinkurl', 'images/marker1.png'], ['Photo 2', 36.315939, -94.440630, 2, 'mylinkurl', 'images/marker2.png'], ['Photo 3', 36.085890, -93.90175, 1, 'mylinkurl', 'images/marker3.png'], ['Photo 4', 36.09948, -93.28370, 3, 'mylinkurl', 'images/marker4.pngg'] ];