15.11.2009, 11:22
ok hab die lösung zum ändern der badge farbe
also du musst eine zeile der info.plist ändern (die rot markierte)
setzte einfach einen anderen html farbcode ein und schon ändert sich die farbe
die findest du hier
: http://www.dajorge.com/farben/
-------------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BadgeStyle</key>
<string> color: #b8b8b8;
position: absolute; top: 2px; left: 0px;</string>
<key>DockedIconLabelStyle</key>
<string>/*font-family: monospace;*/ font-size: 13px; color: transparent</string>
<key>TimeStyle</key>
<string>/*font-family: monospace;*/ font-size: 13px</string>
<key>UndockedIconLabelStyle</key>
<string>/*font-family: monospace;*/ font-size: 13px; color: transparent</string>
<key>CalendarIconDayStyle</key>
<string> color: transparent</string>
<key>CalendarIconDateStyle</key>
<string>font-family: Helvetica Neue; width:59px;height:59px;position:absolute;color: #cecece;font-size: 18px;font-weight: bold;position:absolute;top:14px; left:-1px; text-align: center;</string>
</dict>
</plist>
-----------------------
lg
also du musst eine zeile der info.plist ändern (die rot markierte)
setzte einfach einen anderen html farbcode ein und schon ändert sich die farbe

die findest du hier
: http://www.dajorge.com/farben/
-------------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BadgeStyle</key>
<string> color: #b8b8b8;
position: absolute; top: 2px; left: 0px;</string>
<key>DockedIconLabelStyle</key>
<string>/*font-family: monospace;*/ font-size: 13px; color: transparent</string>
<key>TimeStyle</key>
<string>/*font-family: monospace;*/ font-size: 13px</string>
<key>UndockedIconLabelStyle</key>
<string>/*font-family: monospace;*/ font-size: 13px; color: transparent</string>
<key>CalendarIconDayStyle</key>
<string> color: transparent</string>
<key>CalendarIconDateStyle</key>
<string>font-family: Helvetica Neue; width:59px;height:59px;position:absolute;color: #cecece;font-size: 18px;font-weight: bold;position:absolute;top:14px; left:-1px; text-align: center;</string>
</dict>
</plist>
-----------------------
lg
