-
05-31-2010, 07:37 PM #1Green Apple
- Join Date
- Mar 2010
- Location
- Buffalo, NY USA
- Posts
- 47
- Thanks
- 13
- Thanked 4 Times in 4 Posts
How Do I Not Display the Date on My Calendat Icon
I am playing around with a dBar theme and would like to hide the date on my calendar icon so it just displays my icon graphic and nothing else.
Does anyone know how I would do this?
Thank you.
-
06-01-2010, 06:20 AM #2
You need to add this to your Info.plist:
If you don't have one theres one in the attachment and it goes to the root of your theme folders.Code:<key>CalendarIconDateStyle</key> <string> color: transparent</string> <key>CalendarIconDayStyle</key> <string> color: transparent</string>
-
06-01-2010, 12:44 PM #3Green Apple
- Join Date
- Mar 2010
- Location
- Buffalo, NY USA
- Posts
- 47
- Thanks
- 13
- Thanked 4 Times in 4 Posts
Thank you very much. That did it.



LinkBack URL
About LinkBacks
Reply With Quote