paulmz
Android Expert
How did you paulmz come up with these dimensions?
Does anyone have a clue how these dimensions should be changed if i change the LauncherPro columns from 4 to 5 and rows from 5 to 8 so that the gaps and all will still remain symmetrical?
The 5 columns is easy... just take the width of your resolution, subtract 10-pixels for each column, and then divide by the number of columns.
For example: 480 - 50 = 430 / 5 = 86.
Basically this works by accounting for a 10-pixel space between widgets and a 5-pixel border around the entire screen. The height, however, is more difficult with variations in dock and notification bar on different devices. The only advice I can offer on this is that on my Incredible the dock is 84-pixels high and the notification bar (I think) is 38-pixels high.
If that doesn't work, you could try doing the test that I have listed in this post: Desktop Visualizer Widget Size Test.