+ Reply
Results 1 to 3 of 3
  1. #1
    Green Apple anglin4trouble's Avatar
    Join Date
    Mar 2010
    Location
    Buffalo, NY USA
    Posts
    47
    Thanks
    13
    Thanked 4 Times in 4 Posts

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

  2. #2
    What's Jailbreak? seNes's Avatar
    Join Date
    May 2010
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    You need to add this to your Info.plist:
    Code:
    <key>CalendarIconDateStyle</key>
    <string> color: transparent</string>
    <key>CalendarIconDayStyle</key>
    <string> color: transparent</string>
    If you don't have one theres one in the attachment and it goes to the root of your theme folders.
    Attached Files Attached Files

  3. #3
    Green Apple anglin4trouble's Avatar
    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.

Posting Permissions

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