Thread: Editing Calendar Label
-
09-15-2011, 07:15 AM #1
Editing Calendar Label
Can anyone direct me to file I need to edit to control the verbiage on the Calendar Label on the home screen of the iPhone? For instance, I would like to change the day of the week spelling from Wednesday to WED.
-
09-15-2011, 03:31 PM #2iPhoneaholic
- Join Date
- Aug 2009
- Location
- Stuck in Ohio
- Posts
- 458
- Thanks
- 127
- Thanked 174 Times in 106 Posts
im not sure if you can do that if you want to change the font or color i can help with that

-
The Following User Says Thank You to noelbob For This Useful Post:
Balanced (09-16-2011)
-
09-15-2011, 03:53 PM #3
-
09-15-2011, 04:04 PM #4iPhoneaholic
- Join Date
- Aug 2009
- Location
- Stuck in Ohio
- Posts
- 458
- Thanks
- 127
- Thanked 174 Times in 106 Posts
do you know html color codes and font types because you need a plist in the theme folder named info.plist this is basicly it you just need to fill in the strings with the color codes and font family
Code:<?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>CalendarIconDateStyle</key> <string></string> <key>CalendarIconDayStyle</key> <string></string> </dict> </plist>

-
The Following User Says Thank You to noelbob For This Useful Post:
Balanced (09-16-2011)
-
09-16-2011, 09:45 AM #5
Thanks for the help but I already added this to my plist:
<key>CalendarIconDayStyle</key>
<string> color: transparent</string>
It's not completely transparent but it will do the job.
-
09-16-2011, 10:18 AM #6iPhoneaholic
- Join Date
- Aug 2009
- Location
- Stuck in Ohio
- Posts
- 458
- Thanks
- 127
- Thanked 174 Times in 106 Posts
Try using this with that it might work better. text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0)




LinkBack URL
About LinkBacks
Reply With Quote
