ZLauncher Theme Specification v 0.
50
Index
1. Tools
2. Changing Theme Name
3. Theme Comments
4. Default BackImage & IconSet
5. Color Table
6. Bitmaps
7. Release History
Note:
When you select a theme/icon set which is stored on expansion card with the Theme Manager in ZLauncher, ZLauncher will copy it into RAM, and
add a flag to the selected item, and the item will be deleted automatically when it's no longer being used. So you can not create your theme/iconset
basing on the ones selected from the Theme Manager, or they will be deleted once ZLauncher starts.
Tools
If you want to create your own ZLauncher theme, you should obtain the following tools before starting making themes:
1. Graphics edit tools such as Photoshop, Paint Shop Pro, etc.
2. PRCExplorer, a PRC viewer/resource extraction tool, by Regis Nicolas. It's available for download it at PalmGear:
http://www.palmgear.com/software/showsoftware.cfm?sid=33466820021220020035&prodID=40542.
It's a freeware.
3. PilRC, a Palm resource compiler, by Wes Cherry & Aaron Ardiri. It's available for download it at www.ardiri.com:
http://www.ardiri.com/index.php?redir=palm&cat=pilrc&PHPSESSID=0b95156b6f182d7a703d41352ad84e9e
It's a freeware.
4. Constructor, the resource editor of CodeWarrior.
The demo version of CodeWarrior 8 for PalmOS is available for download at Metrowerks:
http://www.metrowerks.com/MW/Secure/Eval/Palm/default.htm. The demo version is OK for editing the existent themes.
5. If you want to edit the High-Density bitmaps, the version of Constructor must be v1.8 or higher. Constructor v1.8 can be found in the PalmOS5 SDK. PalmOS5 SDK is
available for download at PalmSource:
http://www.palmos.com/cgi-bin/sdk50.cgi.
It's free for download.
Constructor requires version 3.1.0.0 of ASINTPPC.DLL, which is shipped with the Metrowerks CodeWarrior for Palm OS R-series environments. If you want to use
Constructor with a Pro-series version of CodeWarrior, you need to copy ASINTPPC.DLL and SHW32.DLL (version 4.0.0.0) into the same directory as the
"Constructor for Palm OS.EXE" file.
6. A great ZLauncher Theme Maker by Festus440 is currently available at his homepage. Very easy to use and nice. You download the latest version at his homepage:
http://festus440.happypalm.com
7. ZL Skin Constructor, another powerful and well done ZL theme creating tool. Visit the forum at Les Ateliers HP for more details:
http://falcorthdata.free.fr/(French)
For English users, read this thread at www.1src.com for more details.
Top
Changing Theme Name
If you want to change the theme name on desktop computer, you need an HEX editor software(such as UltraEdit) to edit the database name. The database name consists of 31
characters and a terminal character - NULL(zero).
Or you can install the theme to the handheld first, then change the database name with some 3rd-party file manage applications.
Top
Theme Comments
String Resource with ID 9100 is used to store the theme comments from the theme creator.
Top
Default BackImage & IconSet
String Resource with ID 9200 is used to specify the default background image and String Resource with ID 9210 is used to specify the default IconSet.
Top
Color Table
ZLauncher contains a color table that allows the theme creator to specify the default colors of UI.
The resource type of the default color table is 'cTbl', its resource ID is 1000. Each content of the color table contains 8 bytes, it describes one UI color for all color depths:
• Byte 1: The color index for 1-bit color depth
• Byte 2: The color index for 2-bit color depth
• Byte 3: The color index for 4-bit color depth
• Byte 4: The color index for 8-bit color depth
• Byte 5: The color index for 16-bit color depth
• Byte 6: Red value in RGB form
• Byte 7: Green value in RGB form
• Byte 8: Blue value in RGB form
The color table contains 21 colors. The first 10 colors in the color table are used for ZLauncher, they should not be changed by the theme creator. The rest 11 colors can be
changed to match the theme. They are described bellow:
• Color 11: unactive tab title text color.
• Color 12: active tab title text color
• Color 13: icon text color
• Color 14: icon text shadow color
• Color 15: tab back color
• Color 16: underline color
• Color 17: Time Button text color
• Color 18: Battery Button text color
• Color 19: Memory Button text color
• Color 20: Category Button text color
• Color 21: Path Button text color
For exmaple:
X, X, X, X, X, X, X, X; // Color 1
X, X, X, X, X, X, X, X; // Color 2
...
X, X, X, X, X, X, X, X; // Color 10
1, 2, 6 , 221, 221, 170, 170, 170;// unactive tab title text color.
1, 3, 12, 125, 125, 255, 0, 0; // active tab title text color
1, 3, 15, 226, 226, 128, 0, 0; // icon text color
0, 0, 0 , 0, 0, 255, 255, 255; // icon text shadow color
0, 1, 2, 12, 12, 255, 255, 153; // tab back color
1, 2, 7 , 96, 96, 0, 255, 204; // underline color
0, 0, 0, 0, 0, 255, 255, 255; // Time Button text color
0, 0, 0, 0, 0, 255, 255, 255; // Battery Button text color
0, 0, 0, 0, 0, 255, 255, 255; // Memory Button text color
1, 3, 15, 226, 226, 128, 0, 0; // Category Button text color
0, 1, 3 , 12 , 12, 255, 255, 153; // Path Button text color
Top
Bitmaps
Image Resource ID Dimension Function Comment
1500 24 X 22 Obsoleted. Removed since ZLauncher v3.60.
1600 16 X 13 Obsoleted. Removed since ZLauncher v3.60.
5000 160 X 12 Obsoleted. Removed since ZLauncher v5.10.
5001 160 X 16 Obsoleted. Removed since ZLauncher v5.10.
Recommended HiRes and High-Density should be double
5002 Bottom Bar Head
Size: 6 X 14 dimension. Tranparency is supported.
Recommended HiRes and High-Density should be double
5003 Bottom Bar Tail
Size: 6 X 14 dimension. Tranparency is supported.
Recommended HiRes and High-Density should be double
5004 Bottom Bar Body
Size: 32 X 14 dimension. Tranparency is supported.
Recommended HiRes and High-Density should be double
5005 Top Bar Head
Size: 47 X 16 dimension. Tranparency is supported.
Recommended HiRes and High-Density should be double
5006 Top Bar Tail
Size: 6 X 16 dimension. Tranparency is supported.
Recommended HiRes and High-Density should be double
5007 Top Bar Body
Size: 32 X 16 dimension. Tranparency is supported.
5010 160 x 33 Obsoleted. Removed since ZLauncher v5.10.
Recommended HiRes and High-Density should be double
5011 Tools Panel Head
Size: 6 X 33 dimension. Tranparency is supported.
Recommended HiRes and High-Density should be double
5012 Tools Panel Tail
Size: 6 X 33 dimension. Tranparency is supported.
Recommended HiRes and High-Density should be double
5013 Tools Panel Body
Size: 32 X 33 dimension. Tranparency is supported.
Recommended Top PluginPanel HiRes and High-Density should be double
5020
Size: 5 X 52 Head dimension. Tranparency is supported.
Recommended HiRes and High-Density should be double
5021 Top PluginPanel Tail
Size: 5 X 52 dimension. Tranparency is supported.
Recommended Top PluginPanel HiRes and High-Density should be double
5022
Size: 37 X 52 Body dimension. Tranparency is supported.
Recommended Left PluginPanel HiRes and High-Density should be double
5025
Size: 52 X 5 Head dimension. Tranparency is supported.
Recommended HiRes and High-Density should be double
5026 Left PluginPanel Tail
Size: 52 X5 dimension. Tranparency is supported.
Recommended Left PluginPanel HiRes and High-Density should be double
5027
Size: 52 X 37 Body dimension. Tranparency is supported.
Recommended Bottom PluginPanel HiRes and High-Density should be double
5030
Size: 5 X 52 Head dimension. Tranparency is supported.
Recommended Bottom PluginPanel HiRes and High-Density should be double
5031
Size: 5 X 52 Tail dimension. Tranparency is supported.
Recommended Bottom PluginPanel HiRes and High-Density should be double
5032
Size: 37 X 52 Body dimension. Tranparency is supported.
Recommended Right PluginPanel HiRes and High-Density should be double
5035
Size: 52 X5 Head dimension. Tranparency is supported.
Recommended Right PluginPanel HiRes and High-Density should be double
5036
Size: 52 X5 Tail dimension. Tranparency is supported.
Recommended Right PluginPanel HiRes and High-Density should be double
5037
Size: 52 X 37 Body dimension. Tranparency is supported.
If necessary, the dimension can be up to 24
Recommended Waiting animation X 24. HiRes and High-Density should be
5050 ~ 5057
Size: 16 X 16 pictures.
double dimension.
If necessary, the dimension can be up to
Recommended
5070 Waiting logo. 140 X 60. HiRes and High-Density should
Size: 100 x 40
be double dimension.
Recommended If necessary, the dimension can be up to 16
5081 ROM tag
Size: 8 x 8 X 16.
Recommended If necessary, the dimension can be up to 16
5082 Short Cut
Size: 8 x 8 X 16.
Tag for the
application which is
Recommended stored in the If necessary, the dimension can be up to 16
5083
Size: 8 x 8 /Palm/Launcher/ X 16.
directory of the first
expansion card.
Tag for the
application which is
stored in the
Recommended If necessary, the dimension can be up to 16
5084 /Palm/Launcher/
Size: 8 x 8 X 16.
directory of the
second expansion
card.
Unhighlighted
HiRes and High-Density should be double
5090 15 x 11 directory in the Path
dimension.
Tree
Highlighted directory HiRes and High-Density should be double
5091 15 x 11
in the Path Tree dimension.
Contract tag in the HiRes and High-Density should be double
5095 10 x 10
Path Tree dimension.
Expend tag in the HiRes and High-Density should be double
5096 10 x 10
Path Tree dimension.
HiRes and High-Density should be double
dimension.
Scroll up button of
5100, 5101 8x8 Tranparency is supported. The shape of
scroll bar.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
Scroll down button of
5102, 5103 8x8 Tranparency is supported. The shape of
the scroll bar.
Up-state bitmap and Down-state bitmap
can be different.
Top part of the If necessary, the dimension can be up to 8
Recommended
5120 Track button of the X 12. HiRes and High-Density should be
Size: 8 x 6
scroll bar. double dimension.
Bottom part of the If necessary, the dimension can be up to 8
Recommended
5121 Track button of the X 12. HiRes and High-Density should be
Size: 8 x 6
scroll bar. double dimension.
Body of the Track If necessary, the dimension can be up to 8
Recommended
5122 button of the scroll X 16. HiRes and High-Density should be
Size: 8 x 8
bar. double dimension.
Center tag of the If necessary, the dimension can be up to 8
Recommended
5123 Track button of the X 8 HiRes and High-Density should be
Size: 8 x 6
scroll bar. double dimension.
Top part of the If necessary, the dimension can be up to 8
Recommended
5140 Track bar of the X 8. HiRes and High-Density should be
Size: 8 x 4
scroll bar. double dimension.
Bottom part of the If necessary, the dimension can be up to 8
Recommended
5141 Track bar of the X 8. HiRes and High-Density should be
Size: 8 x 4
scroll bar. double dimension.
If necessary, the dimension can be up to 8
Recommended Body of the Track
5142 X 16. HiRes and High-Density should be
Size: 8 x 8 bar of the scroll bar.
double dimension.
HiRes and High-Density should be double
Activate previous tab
dimension.
button when tab
5200, 5201 10 x 14 Tranparency is supported. The shape of
titles on top or
Up-state bitmap and Down-state bitmap
bottom.
can be different.
HiRes and High-Density should be double
Activate next tab
dimension.
button when tab
5202, 5203 10 x 14 Tranparency is supported. The shape of
titles on top or
Up-state bitmap and Down-state bitmap
bottom.
can be different.
HiRes and High-Density should be double
Activate tab list
dimension.
button when tab
5204, 5205 10 x 14 Tranparency is supported. The shape of
titles on top or
Up-state bitmap and Down-state bitmap
bottom.
can be different.
HiRes and High-Density should be double
Activate previous tab dimension.
5210, 5211 12 x 8 button when tab Tranparency is supported. The shape of
titles on left or right. Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
Activate next tab dimension.
5212, 5213 12 x 8 button when tab Tranparency is supported. The shape of
titles on left or right. Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
Activate tab list
dimension.
5214, 5215 10 x 16 button when tab
Tranparency is supported. The shape of
titles on left or right.
Up-state bitmap and Down-state bitmap
can be different.
Left separator of the
HiRes and High-Density should be double
tab titles when the
5250 160 x 2 dimension. For landscape mode(480 X
tabs are set on Top
320), should be 480 X 4.
or Bottom.
Right separator of
HiRes and High-Density should be double
the tab titles when
5251 160 x 2 dimension. For landscape mode(480 X
the tabs are set on
320), should be 480 X 4.
Top or Bottom.
Top separator of the
HiRes and High-Density should be double
tab titles when the
5252 2 x 240 dimension. For Hires+ mode(320 X 480),
tabs are set on Left
should be 4 X 480.
or Right.
Bottom separator of
HiRes and High-Density should be double
the tab titles when
5253 2 x 240 dimension. For Hires+ mode(320 X 480),
the tabs are set on
should be 4 X 480.
Left or Right.
If necessary, the dimension can be up to 8
Left part of the
X 12. HiRes and High-Density should be
Recommended unactive tab title
5301 double dimension.Note: if you want the
Size: 4 x 12 when the tab title is
tab title transparent, you must set the
on top.
Transparent flag of this bitmap to ON.
Right part of the
If necessary, the dimension can be up to 8
Recommended unactive tab title
5302 X 12. HiRes and High-Density should be
Size: 4 x 12 when the tab title is
double dimension.
on top.
Body of the unactive If necessary, the dimension can be up to 8
Recommended
5303 tab title when the tab X 12. HiRes and High-Density should be
Size: 4 x 12
title is on top. double dimension.
If necessary, the dimension can be up to 8
Left part of the X 16. HiRes and High-Density should be
Recommended
5320 active tab title when double dimension.Note: if you want the
Size: 4 x 16
the tab title is on top.. tab title transparent, you must set the
Transparent flag of this bitmap to ON.
Right part of the If necessary, the dimension can be up to 8
Recommended
5321 active tab title when X 16. HiRes and High-Density should be
Size: 4 x 16
the tab title is on top.. double dimension.
Body of the active If necessary, the dimension can be up to 16
Recommended
5322 tab title when the tab X 16. HiRes and High-Density should be
Size: 8 x 16
title is on top. double dimension.
If necessary, the dimension can be up to 8
Left part of the
X 12. HiRes and High-Density should be
Recommended unactive tab title
5341 double dimension.Note: if you want the
Size: 4 x 12 when the tab title is
tab title transparent, you must set the
on bottom.
Transparent flag of this bitmap to ON.
Right part of the
If necessary, the dimension can be up to 8
Recommended unactive tab title
5342 X 12 HiRes and High-Density should be
Size: 4 x 12 when the tab title is
double dimension.
on bottom.
Body of the unactive If necessary, the dimension can be up to 8
Recommended
5343 tab title when the tab X 12. HiRes and High-Density should be
Size: 4 x 12
title is on bottom. double dimension.
If necessary, the dimension can be up to 8
Left part of the
X 16. HiRes and High-Density should be
Recommended active tab title when
5361 double dimension.Note: if you want the
Size: 4 x 16 the tab title is on
tab title transparent, you must set the
bottom.
Transparent flag of this bitmap to ON.
Right part of the
If necessary, the dimension can be up to 8
Recommended active tab title when
5362 X 16. HiRes and High-Density should be
Size: 4 x 16 the tab title is on
double dimension.
bottom.
Body of the active If necessary, the dimension can be up to 16
Recommended
5363 tab title when the tab X 16. HiRes and High-Density should be
Size: 8 x 16
title is on left. double dimension.
If necessary, the dimension can be up to 8
Left part of the
X 15. HiRes and High-Density should be
Recommended unactive tab title
5370 double dimension.Note: if you want the
Size: 4 x 15 when the tab title is
tab title transparent, you must set the
on left.
Transparent flag of this bitmap on.
Right part of the
If necessary, the dimension can be up to 8
Recommended unactive tab title
5371 X 15. HiRes and High-Density should be
Size: 4 x 15 when the tab title is
double dimension.
on left.
Body of the unactive If necessary, the dimension can be up to 8
Recommended
5372 tab title when the tab X 15. HiRes and High-Density should be
Size: 4 x 15
title is on left. double dimension.
If necessary, the dimension can be up to 12
Left part of the X 19. HiRes and High-Density should be
Recommended
5375 active tab title when double dimension.Note: if you want the
Size: 6 x 19
the tab title is on left.. tab title transparent, you must set the
Transparent flag of this bitmap on.
Right part of the If necessary, the dimension can be up to 12
Recommended
5376 active tab title when X 19. HiRes and High-Density should be
Size: 6 x 19
the tab title is on left. double dimension.
Body of the active If necessary, the dimension can be up to 16
Recommended
5377 tab title when the tab X 19. HiRes and High-Density should be
Size: 8 x 19
title is on left. double dimension.
Left part of the
If necessary, the dimension can be up to 8
Recommended unactive tab title
5380 X 15. HiRes and High-Density should be
Size: 4 x 15 when the tab title is
double dimension.
on right.
Right part of the
If necessary, the dimension can be up to 8
Recommended unactive tab title
5381 X 15. HiRes and High-Density should be
Size: 4 x 15 when the tab title is
double dimension.
on right.
Body of the unactive If necessary, the dimension can be up to 8
Recommended
5382 tab title when the tab X 15. HiRes and High-Density should be
Size: 4 x 15
title is on right. double dimension.
If necessary, the dimension can be up to 12
Left part of the
X 19. HiRes and High-Density should be
Recommended active tab title when
5385 double dimension. Note: if you want the
Size: 6 x 19 the tab title is on
tab title transparent, you must set the
right.
Transparent flag of this bitmap on.
Right part of the
If necessary, the dimension can be up to 12
Recommended active tab title when
5386 X 19. HiRes and High-Density should be
Size: 6 x 19 the tab title is on
double dimension.
right.
Body of the active If necessary, the dimension can be up to 16
Recommended
5387 tab title when the tab X 19. HiRes and High-Density should be
Size: 8 x 19
title is on right. double dimension.
HiRes and High-Density should be double
dimension.
5400, 5401 24 x 24 Category button. Tranparency is supported. The shape of
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
5402, 5403 24 x 24 New Tab button. Tranparency is supported. The shape of
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
5404, 5405 24 x 24 Beam button. Tranparency is supported. The shape of
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
5406, 5407 24 x 24 Information button. Tranparency is supported. The shape of
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
Empty Trash Bin
5408, 5409 24 x 24 Tranparency is supported. The shape of
button.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
5410, 5411 24 x 24 Trash Bin button. Tranparency is supported. The shape of
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
Create dimension.
5430, 5431 16 x 16 ShortCut/BackImage Tranparency is supported. The shape of
button. Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
Create directory
5432, 5433 16 x 16 Tranparency is supported. The shape of
button.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
5434, 5435 16 x 16 Copy button. Tranparency is supported. The shape of
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
5436, 5437 16 x 16 Move button. Tranparency is supported. The shape of
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
5438, 5439 16 x 16 Beam File button.
Tranparency is supported. The shape of
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
File Information
5440, 5441 16 x 16 Tranparency is supported. The shape of
button.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
5442, 5443 16 x 16 File Delete button. Tranparency is supported. The shape of
Up-state bitmap and Down-state bitmap
can be different.
5444, 5445 160 x 13 Obsoleted. Removed since ZLauncher v5.10.
HiRes and High-Density should be double
5460, 5461 24 x 24 Obsoleted.
dimension.
HiRes and High-Density should be double
5462, 5463 24 x 24 Obsoleted.
dimension.
HiRes and High-Density should be double
5464, 5465 24 x 24 Obsoleted.
dimension.
HiRes and High-Density should be double
5466, 5467 24 x 24 Obsoleted.
dimension.
5500, 5501 30 X 12 Obsoleted. Removed since ZLauncher v5.10.
HiRes and High-Density should be double
dimension.
5520, 5521, 5522, Toggle Tools panel
12 X 12 Tranparency is supported. The shape of
5523 button.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
5530, 5531, 5532, Toggle Control panel
12 X 12 Tranparency is supported. The shape of
5533 button.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
5540, 5541, 5542, Toggle Fullscreen
12 X 12 Tranparency is supported. The shape of
5543 button.
Up-state bitmap and Down-state bitmap
can be different.
5550, 5551, 5552, HiRes and High-Density should be double
12 X 12 Obsoleted.
5553 dimension.
5570, 5571, 5572, HiRes and High-Density should be double
12 X 12 Obsoleted.
5573 dimension.
If necessary, the dimension can be up to 12
Left part of the X 12. HiRes and High-Density should be
Recommended
5580 released state of double dimension.Note: if you want the
Size: 6 X 12
button. button transparent, you must set the
Transparent flag of this bitmap to ON.
Right part ofthe If necessary, the dimension can be up to 12
Recommended
5581 released state of X 12 HiRes and High-Density should be
Size: 6 X 12
button. double dimension.
Body of the released HiRes and High-Density should be double
5582 12X 12
state of button. dimension.
If necessary, the dimension can be up to 12
Left part of the X 12. HiRes and High-Density should be
Recommended
5590 pressed state of double dimension.Note: if you want the
Size: 6 X 12
button. button transparent, you must set the
Transparent flag of this bitmap to ON.
Right part ofthe If necessary, the dimension can be up to 12
Recommended
5591 pressed state of X 12. HiRes and High-Density should be
Size: 6 X 12
button. double dimension.
Body of the pressed HiRes and High-Density should be double
5592 12X 12
state of button. dimension.
Memory status HiRes and High-Density should be double
5600 ~ 5609 24 X 12
... button. dimension.
Wireless Signal HiRes and High-Density should be double
5620 ~ 5629 24 X 12
... Strength button. dimension.
HiRes and High-Density should be double
5630 24 X 12 GPRS is attached.
dimension.
GPRS/CDMA Data HiRes and High-Density should be double
5631 24 X 12
Call Active. dimension.
HiRes and High-Density should be double
5632 24 X 12 CSD Call Active.
dimension.
HiRes and High-Density should be double
5633 24 X 12 Dormant Data Call.
dimension.
The mobile phone is HiRes and High-Density should be double
5635 24 X 12
roaming. dimension.
Battery status HiRes and High-Density should be double
5650 ~ 5659, 5670 24 X 12
... , button. dimension.
HiRes and High-Density should be double
dimension.
Activate next tab
5700, 5701 12 X 12 Tranparency is supported. The shape of
button.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
5702, 5703 12 X 12 Pop up menu button. Tranparency is supported. The shape of
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
Pop up Find dialog
5704, 5705 12 X 12 Tranparency is supported. The shape of
button.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
Pop up Brightness
5706, 5707 12 X 12 Tranparency is supported. The shape of
dialog button.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
Quick Launch +
5708, 5709 12 X 12 Tranparency is supported. The shape of
button.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
Toggle Icon Views
5710, 5711 12 X 12 Tranparency is supported. The shape of
button.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
Launch Silk-Calc
5712, 5713 12 X 12 dimension.
application button.
Tranparency is supported. The shape of
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
Launch Security
5714, 5715 12 X 12 Tranparency is supported. The shape of
application button.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
Launch Prefs
5716, 5717 12 X 12 Tranparency is supported. The shape of
application button.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
5718, 5719 12 X 12 Lock button. Tranparency is supported. The shape of
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
Category button on
5720, 5721 12 X 12 Tranparency is supported. The shape of
bottom bar.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
New Tab button on
5722, 5723 12 X 12 Tranparency is supported. The shape of
bottom bar.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
ZLauncher Prefs dimension.
5724, 5725 12 X 12 button on bottom Tranparency is supported. The shape of
bar. Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
Information button
5726, 5727 12 X 12 Tranparency is supported. The shape of
on bottom bar.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
Trash Bin button on
5728, 5729 12 X 12 Tranparency is supported. The shape of
bottom bar.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
Perform HotSync
5730, 5731 12 X 12 Tranparency is supported. The shape of
operation directly.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
5732, 5733 12 X 12 Beam Tab button. Tranparency is supported. The shape of
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
5734, 5735 12 X 12 Delete Tab button. Tranparency is supported. The shape of
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
Tab Properties dimension.
5736, 5737 12 X 12
button. Tranparency is supported. The shape of
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
5738, 5739 12X 12 Soft Reset button. Tranparency is supported. The shape of
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
Pop up Path Tree
5740, 5741 12 X 12 Tranparency is supported. The shape of
button.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
5742, 5743 12 X 12 Refresh Apps button. Tranparency is supported. The shape of
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
5744, 5745 12 X 12 Exit ZLauncher. Tranparency is supported. The shape of
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
Toggle the back light
5746, 5747 12 X 12 Tranparency is supported. The shape of
state button.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
Pop up the Contrast
5748, 5749 12 X 12 Tranparency is supported. The shape of
dialog button.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
Pop up Graffiti dimension.
5750, 5751 12 X 12 Preference form Tranparency is supported. The shape of
button. Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
Open Command Bar
5752, 5753 12 X 12 Tranparency is supported. The shape of
button.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
Show/Hide hidden
5754, 5755 12 X 12 Tranparency is supported. The shape of
tab button.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
5756, 5757 12 X 12 Beam button. Tranparency is supported. The shape of
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
5758, 5759 12 X 12 Send button. Tranparency is supported. The shape of
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
Open Theme
5760, 5761 12 X 12 Tranparency is supported. The shape of
Manager button.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
Open File Manager
5762, 5763 12 X 12 Tranparency is supported. The shape of
button.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
Popup All Function
5764, 5765 12 X 12 Tranparency is supported. The shape of
Button Panel button.
Up-state bitmap and Down-state bitmap
can be different.
5850, 5851 12 X 12 Obsoleted. Removed since ZLauncher v3.60.
HiRes and High-Density should be double
dimension.
5800, 5801 12 X 12 Power Off Button. Tranparency is supported. The shape of
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
6000, 6001, 6002, Toggle Top bar
8 X 10 Tranparency is supported. The shape of
6003 button.
Up-state bitmap and Down-state bitmap
can be different.
HiRes and High-Density should be double
dimension.
6010, 6011, 6012, Toggle Bottom bar
8 X 10 Tranparency is supported. The shape of
6013 button.
Up-state bitmap and Down-state bitmap
can be different.
6100, 6101 8X8 Obsoleted. Removed since ZLauncher v3.60.
6102, 6103 8X8 Obsoleted. Removed since ZLauncher v3.60.
HiRes and High-Density should be double
7000 10 X 10 Handheld icon
dimension.
HiRes and High-Density should be double
7001 10 X 10 Specific tab icon.
dimension.
HiRes and High-Density should be double
7002 10 X 10 Card tab icon.
dimension.
You can add any icon to the theme, no
... 7010 ~ 7099 10 X 10 custom tab icons. exact meaning for every icon. HiRes and
High-Density should be double dimension.
Top
Release History
0.50 - Nov 22, 2004
• Updated for ZLauncher v5.10. See the Red colored text for details.
0.40 - Sep 21, 2004
• Added background images for Plugin Panel.
0.32 - Aug 11, 2004
• Added status of GPRS Attached, GPRS/CDMA Data Call Active, CSD Call Active, Dormant Data Call and Roaming for Wireless Signal Strength button.
0.31 - Jun 22, 2004
• Introduced new ZL Skin Constructor, a powerful and well done ZL theme creating tools.
• Added Wireless Signal Strength button.
0.30 - Sep 2, 2003
• Updated for Landscape(480 X 320) handhelds.
0.20 - Mar 28, 2003
• Updated for the Tab modes.
0.13 - Feb 13, 2003
• ADDED: Changing Theme Name section.
0.12 - Jan 6, 2003
• FIXED: Resource ID of Path Button bitmap should be 5444 and 5445.
• FIXED: Resource ID of Battery Button should be 5650~5659,5670.
0.11 Beta - Dec 23, 2002
• First public release.
• Added description of Title button of Detail View.
0.1 Beta - Dec 20, 2002
• First version.
Top
If you have any questions or suggestions on ZLauncher, please feel free to email us at [email protected].