
03-10-2009, 02:05 AM
|
|
What's Jailbreak?
|
|
Join Date: Jan 2008
Device + Firmware: iFone 3G 2.2.1 JB'ed
Posts: 26
Thanks: 2
Thanked 2 Times in 1 Post
|
|
|
|
Im messing around with a plist file that came with a theme. if you change the value of a certain statement it does move the date up or down. The theme is the iBold Blackberry Bold theme if you want to grab it and start messing with the plist file.
Basically you change the numbers that are after 'position' in the file.
EDIT: this is what I ended up with. in the 'CalendarIconDateStyle' part the 'top:' value changes the vertical location of the date. Make it bigger to move it down. I have it set at 5 right here because I wanted to move it up. Default was 11px.
<?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>width:59px;height:59px;position:absolute;c olor: #000;font-size:
25px;font-weight: bold;position:absolute;top:5px;text-align:center;text-
shadow: 0px 1px 0px black;</string>
<key>CalendarIconDayStyle</key>
<string>position:absolute;margin-top:-
13px;width:51px;color:;font-weight: bold #fff;font-size: 9px;padding: 18px
0 0 ;border-top: 2px groove #555;text-align:center;border-top: 2px groove
#555; color: white; text-shadow: 0px 1px 0px rgba(255, 255, 255,
0.7);</string>
</dict>
</plist>
|
Last edited by steaky; 03-10-2009 at 03:11 AM..
|