Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Theme: lebellium Samsung-like
- # By: Ludovic Jakimon
- # Target: 96*96
- # websites: www.anythingbutipod.com, www.generationmp3.com, www.tellementnomade.com
- # Version 1.30.1
- # Current Version: April, 9th 2012
- # First Version: November, 5th 2011
- #
- # derived from the Samsung R0 original while playing screen
- #
- #
- # Disable Status Bar
- #
- %wd
- #
- #
- # Preload Images
- #
- %xl(battery,battery.bmp,0,0,9)
- %xl(graphic_volume,volume.bmp,0,0,22)
- %xl(hold,hold.bmp,0,1)
- %xl(playmode,playmode.bmp,0,0,6)
- %xl(progress_bar,pb.bmp,0,0)
- %xl(virtualled,virtualled.bmp,0,1)
- #
- #
- # Preload Fonts
- #
- %Fl(2,08-Nedore.fnt)
- %Fl(3,4x6-L1.fnt)
- %Fl(4,08-Fixed.fnt)
- %Fl(5,07-Fixed.fnt)
- #
- #
- # Viewport Conditions
- #
- %?mv<%Vd(graphic_volume)|%?mp<|%Vd(mini_player)>>
- %?ps<%Vd(numeric_volume)%Vd(shuffle)|%?mm<%Vd(numeric_volume_db)|%Vd(numeric_volume)%Vd(repeat)>>
- %?mp<%VI(ui_viewport_stop)|%VI(ui_viewport_play)>
- #
- #
- # Graphic Volume
- #
- %Vl(graphic_volume,0,86,96,-,-)
- %?pv<%xd(graphic_volume,1)|%xd(graphic_volume,2)|%xd(graphic_volume,3)|%xd(graphic_volume,4)|%xd(graphic_volume,5)|%xd(graphic_volume,6)|%xd(graphic_volume,7)|%xd(graphic_volume,8)|%xd(graphic_volume,9)|%xd(graphic_volume,10)|%xd(graphic_volume,11)|%xd(graphic_volume,12)|%xd(graphic_volume,13)|%xd(graphic_volume,14)|%xd(graphic_volume,15)|%xd(graphic_volume,16)|%xd(graphic_volume,17)|%xd(graphic_volume,18)|%xd(graphic_volume,19)|%xd(graphic_volume,20)|%xd(graphic_volume,21)|%xd(graphic_volume,22)|>
- #
- #
- # Mini-Player
- #
- %Vl(mini_player,0,86,-,-,2)
- %s%?mp<|%?it<%it|%fn>%?ia< - %ia>|%?it<%it|%fn>%?ia< - %ia>|%?it<%it|%fn>%?ia< - %ia>|%?it<%it|%fn>%?ia< - %ia>|||%tf MHz%?ty< %ty|%?Tn< %Tn>>|%tf MHz %?ty< %ty|%?Tn< %Tn>>>
- #
- #
- # Numeric Volume + Repeat/Shuffle Mode
- #
- %Vl(numeric_volume_db,11,2,30,6,3)%Vb(4c4d4c)%Vf(adae99)
- %pvdB
- #
- %Vl(numeric_volume,11,2,12,6,3)%Vb(4c4d4c)%Vf(adae99)
- %pv
- #
- %Vl(repeat,25,2,11,6,3)%Vb(4c4d4c)%Vf(adae99)
- %?mm<|All| 1|SHF|A-B>
- #
- %Vl(shuffle,25,2,11,6,3)%Vb(4c4d4c)%Vf(adae99)
- SHF
- #
- #
- # Battery Indicator
- #
- %V(80,0,-,8,-)%Vb(4c4d4c)
- %?bp<%?bc<%t(1)%xd(battery,1);%t(1)%xd(battery,2);%t(1)%xd(battery,3);%t(1)%xd(battery,4)|%xd(battery,4)>|%?bl<%xd(battery,5)|%t(1)%xd(battery,5);%t(1) |%xd(battery,6)|%xd(battery,7)|%xd(battery,8)|%xd(battery,9)>>
- #
- #
- # Clock
- #
- %V(38,1,35,7,5)%Vb(4c4d4c)%Vf(cecece)
- %?cf<%ac%cH:%cM|%ac%cI:%cM%cP>
- #
- #
- # Hold + Virtual LED
- #
- %V(74,0,6,7,3)%Vb(4c4d4c)
- %?mh<%xd(hold)|%?lh<%xd(virtualled)>>
- #
- #
- # Play Mode
- #
- %V(1,1,11,7,3)%Vb(4c4d4c)
- %?mp<%xd(playmode,1)|%xd(playmode,2)|%xd(playmode,3)|%xd(playmode,4)|%xd(playmode,5)|%xd(playmode,6)|%t(1)%xd(playmode,6);%t(1)%xd(playmode,3)|%xd(playmode,2)|%xd(playmode,3)>
- #
- #
- # Progress bar
- #
- %V(0,94,-,-,-)
- %pb(0,0,-,-,image,progress_bar)
- #
- #
- # UI Viewports
- #
- %Vi(ui_viewport_play,0,11,95,74,-)
- %Vi(ui_viewport_stop,0,11,95,-,-)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement