cabbie 320x480 WIP sbs:
Add a playlist viewer, AA and a resumeplayback touch region. (resumeplayback is the bottom right corner, even when AA isnt present or no music is playing) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28225 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0b0ce2e59b
commit
a5ba1bf4fb
1 changed files with 17 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
%V(0,0,32,32,1)
|
||||
%?mp<|%Vd(music)%?C<%Vd(music_aa)|%Vd(music_no_aa)>>
|
||||
%T(0,0,32,32,menu)
|
||||
|
||||
%V(-32,0,32,32,1)
|
||||
|
@ -11,5 +12,19 @@
|
|||
%Vi(-,10,40,-,-64,1)
|
||||
|
||||
|
||||
%V(0,-64,-,-,1)
|
||||
%V(-40,-40,40,40,0) #for the resumeplayback touchregion only
|
||||
%T(0,0,40,40,resumeplayback)
|
||||
|
||||
%Fl(3,12-Adobe-Helvetica-Bold.fnt,38)
|
||||
%Vl(music, 10,-64,-10,24,3)
|
||||
%al%pc / %pt %ac%?mp<|%|%>|%|%||%>%>|%<%<> %ar[%pp:%pe]
|
||||
%ac%s%?ia<%ia%?it< - %it>>
|
||||
%Vl(music_no_aa, 10,-40,-10,-,0)
|
||||
%Vp(1, %pp: %?ia<%ia%?it< - %it>|%fn>)
|
||||
%T(-40,-40,40,40,resumeplayback)
|
||||
%Vl(music_aa, 10,-40,-45,-,0)
|
||||
%Vp(1, %pp: %?ia<%ia%?it< - %it>|%fn>)
|
||||
|
||||
%Vl(music_aa, -40,-40,40,40,0)
|
||||
%Cl(0,0,32,32)
|
||||
%Cd
|
||||
|
|
Loading…
Reference in a new issue