+ Reply
Results 1 to 6 of 6
  1. #1
    What's Jailbreak?
    Join Date
    Jul 2011
    Posts
    7
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Question 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.

  2. #2
    iPhoneaholic noelbob's Avatar
    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

  3. The Following User Says Thank You to noelbob For This Useful Post:

    Balanced (09-16-2011)

  4. #3
    What's Jailbreak?
    Join Date
    Jul 2011
    Posts
    7
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Quote Originally Posted by noelbob View Post
    im not sure if you can do that if you want to change the font or color i can help with that
    Ok. How do you change font and color?

  5. #4
    iPhoneaholic noelbob's Avatar
    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>

  6. The Following User Says Thank You to noelbob For This Useful Post:

    Balanced (09-16-2011)

  7. #5
    What's Jailbreak?
    Join Date
    Jul 2011
    Posts
    7
    Thanks
    4
    Thanked 0 Times in 0 Posts

    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.

  8. #6
    iPhoneaholic noelbob's Avatar
    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)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts