Re: IphoneToday ver. 1.25 is out
The old and complex way; doing it yourself:
On your PC Edit the setting.xml file with notepad. There are a lot of settings you can mess with, I only recommend touching these:
Start with: <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<root>
a. <iconWidth>48</iconWidth>
This is the size of the icons in pixels
b. <numIcons>4</numIcons>
This is how many icons per row (left to right)
c. <moveThreshold>15</moveThreshold>
<maxVelocitiy>130</maxVelocitiy>
<minVelocitiy>3</minVelocitiy>
<refreshTime>15</refreshTime>
Leave these alone
c. <screenHeigth>265</screenHeigth>
This is how tall the screen is. Remember you have bars on the top and bottom so this is not your screen height.
d. <screenHeigthL>187</screenHeigthL>
This is how tall the screen is in Landscape. Remember you have bars on the top and bottom so this is not your screen height.
e. <factorMov>5</factorMov>
Leave this alone
f. <fontSize>7</fontSize>
Set the size of the font
g. <fontBold>1</fontBold>
Set the font to bold
h. Set the name of the days; I use Sun, Mon, Tue… . These will display at the top of your calendar.
<Sunday>Sun</Sunday>
<Monday>Mon</Monday>
<Tuesday>Tue</Tuesday>
<Wednesday>Wed</Wednesday>
<Thursday>Thu</Thursday>
<Friday>Fri</Friday>
<Saturday>Sat</Saturday>
i. <backTransparent>0</backTransparent>
Set this to 1 if you want a transparent background for iPhoneToday
End with: </root>
|