Changeset 16844


Ignore:
Timestamp:
Jun 26, 2012, 1:29:35 AM (14 years ago)
Author:
tobayer
Message:

[titan] update skin.xml, listedit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/titanskins_default/var/usr/local/share/titan/skin/default/skin.xml

    r16843 r16844  
    382382
    383383
     384#listedit fullscreen, max 1220x660, Xspace=30 !
     385<screen name="listedit" fontsize="28" fontcol="fontcol" bgcol="black" posx="left" posy="top" width="100%" height="100%" hspace="30" vspace="30">
     386<node name="titletext" text="Channel Edit" fontcol="black" fontsize="36" posx="0" posy="0" width="840" height="50" valign="middle" halign="center" bordercol="black" bordersize="1" borderradius="8" bgcol="titlebgcol" bgcol2="white" gradient="topmiddle">
     387<node name="details" text="listedit..." bordercol="titlebgcol" bordersize="1" borderradius="8" type="textbox" wrap="yes" fontsize="28" posx="0" posy="60" width="840" height="145" hspace="10" vspace="10">
     388        <node name="minitv" func="gettvpic" param1="510:48:180">
     389        <node bordersize="5" bordercol="black" posx="894" posy="20" width="282" height="165" bgcol="0" transparent="255">
     390<node name="listbox" type="listbox" scrollbar="auto" bordercol="titlebgcol" bordersize="1" fontsize="28" posx="center" posy="215" width="500" height="385" hspace="5" vspace="5">
     391        <node parent="listbox" name="cpmode" text="copy service" valign="middle" width="100%" height="35">
     392        <node parent="listbox" name="rmmode" text="remove service" valign="middle" width="100%" height="35">
     393        <node parent="listbox" name="movemode" text="move service" valign="middle" width="100%" height="35">
     394        <node parent="listbox" name="protectmode" text="protect service" valign="middle" width="100%" height="35">
     395        <node parent="listbox" name="addmode" text="add service" valign="middle" width="100%" height="35">
     396        <node parent="listbox" name="editmode" text="rename service" valign="middle" width="100%" height="35">
     397        <node parent="listbox" name="setstartchannel" text="set startchannel" valign="middle" width="100%" height="35">
     398        <node parent="listbox" name="delstartchannel" text="del startchannel" valign="middle" width="100%" height="35">
     399<node name="buttonbar" posx="0" posy="610" width="1220" height="50" bordercol="black" bordersize="1" borderradius="8" bgcol="titlebgcol" bgcol2="white" gradient="topmiddle">
     400<node name="b1" picmem="skin/key_ok_70x40.png"   posx="5"  posy="615" width="70" height="40">
     401<node name="b2" picmem="skin/key_exit_70x40.png" posx="75" posy="615" width="70" height="40">
     402</screen>
     403
     404
    384405#skinselect grid, max 1220x660, Xspace=30 !
    385406<screen name="skinselect" fontsize="28" fontcol="fontcol" bgcol="black" posx="left" posy="top" width="100%" height="100%" hspace="30" vspace="30">
     
    939960</screen>
    940961
    941 <screen valign=bottom titlealign=center name=listedit titlebgcol=titlebgcol hspace=30 vspace=30 fontcol=fontcol fontsize=30 title="Channel Edit" posx=center posy=center width=60% height=65% bordercol=bordercol bordersize=2 bgcol=bgcol>
    942 <node fontsize=30 bordercol=titlebgcol scrollbar=auto type=listbox name=listbox posy=1 width=100% height=-35>
    943 <node name=cpmode text="copy service" parent=listbox valign=middle posx=0 bordercol=bordercol width=100% height=25>
    944 <node name=rmmode text="remove service" parent=listbox valign=middle posx=0 bordercol=bordercol width=100% height=25>
    945 <node name=movemode text="move service" parent=listbox valign=middle posx=0 bordercol=bordercol width=100% height=25>
    946 <node name=protectmode text="protect service" parent=listbox valign=middle posx=0 bordercol=bordercol width=100% height=25>
    947 <node name=addmode text="add service" parent=listbox valign=middle posx=0 bordercol=bordercol width=100% height=25>
    948 <node name=editmode text="rename service" parent=listbox valign=middle posx=0 bordercol=bordercol width=100% height=25>
    949 <node name=setstartchannel text="set startchannel" parent=listbox valign=middle posx=0 bordercol=bordercol width=100% height=25>
    950 <node name=delstartchannel text="del startchannel" parent=listbox valign=middle posx=0 bordercol=bordercol width=100% height=25>
    951 <node name=b1 text="OK" halign=center valign=middle bordercol=okcol bordersize=6 bordertype=2 posx=20 posy=0 width=150 height=39/>
    952 <node name=b2 text="EXIT" halign=center valign=middle bordercol=exitcol bordersize=6 bordertype=2 posx=180 posy=0 width=150 height=39/>
    953 </screen>
    954 
    955962<screen name=channelbynr fontcol=fontcol fontsize=30 posx=center posy=center width=100 height=40 bordercol=bordercol bordersize=2 bgcol=bgcol halign=center valign=middle>
    956963</screen>
Note: See TracChangeset for help on using the changeset viewer.