Touchscreen WPS changes:
* Change play/pause button so that it shows the click action and not the current state. During ffwd/rew the ffwd/rew status is still shown. * Make ffwd/rew buttons always be shown on 480x800 and 320x480 targets. 240x400 needs further clean up first. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29398 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
70e48bf66d
commit
b1424fc257
4 changed files with 6 additions and 6 deletions
|
@ -47,7 +47,7 @@
|
|||
%?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)|%xd(Cj)>
|
||||
%?ps<%xd(D)>
|
||||
%?mm<|%xd(Ea)|%xd(Eb)|%xd(Ec)|%xd(Ed)>
|
||||
%?mp<%xd(Fa)|%xd(Fb)|%xd(Fc)|%xd(Fd)|%xd(Fe)>
|
||||
%?Tp<%?mp<%xd(F, 1)|%xd(F, 3)|%xd(F, 2)|%xd(F, 4)|%xd(F, 5)||||>|%xd(F, %mp)>
|
||||
|
||||
%T(206,0,24,24,play)
|
||||
%T(206,0,24,24,&stop)
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
%T(231,66,36,50,repmode)
|
||||
#
|
||||
# playmode
|
||||
%xd(F, %mp)
|
||||
%?Tp<%?mp<%xd(F, 1)|%xd(F, 3)|%xd(F, 2)|%xd(F, 4)|%xd(F, 5)||||>|%xd(F, %mp)>
|
||||
%T(273,66,45,50,play)
|
||||
%T(273,66,45,50,&stop)
|
||||
|
||||
|
@ -94,7 +94,7 @@
|
|||
#
|
||||
# ff/rewind button
|
||||
#
|
||||
%Vl(t,0,420,90,58,-)
|
||||
%V(0,420,90,58,-)
|
||||
%xd(H)%xd(I)
|
||||
%T(0,0,40,58,&rwd)
|
||||
%T(0,0,40,58,prev)
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
%T(340,121,50,70,repmode)
|
||||
#
|
||||
# playmode
|
||||
%xd(F, %mp)
|
||||
%?Tp<%?mp<%xd(F, 1)|%xd(F, 3)|%xd(F, 2)|%xd(F, 4)|%xd(F, 5)||||>|%xd(F, %mp)>
|
||||
%T(400,119,70,75,play)
|
||||
%T(400,119,70,75,&stop)
|
||||
|
||||
|
@ -95,7 +95,7 @@
|
|||
#
|
||||
# ff/rewind button
|
||||
#
|
||||
%Vl(t,0,720,150,75,-)
|
||||
%V(0,720,150,75,-)
|
||||
%xd(H)%xd(I)
|
||||
%T(0,0,70,75,&rwd)
|
||||
%T(0,0,70,75,prev)
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
# playmode
|
||||
%V(700,402,70,70,-)
|
||||
%xl(F,playmode-800x480x16.bmp,0,0,5)
|
||||
%xd(F, %mp)
|
||||
%?Tp<%?mp<%xd(F, 1)|%xd(F, 3)|%xd(F, 2)|%xd(F, 4)|%xd(F, 5)||||>|%xd(F, %mp)>
|
||||
%T(0,0,70,70,play)
|
||||
%T(0,0,70,70,&stop)
|
||||
|
||||
|
|
Loading…
Reference in a new issue