diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-07-15 09:49:20 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-07-15 09:49:20 +0000 |
| commit | 7c01e1138eaef94a506371c3eccf66329af39e9b (patch) | |
| tree | dbed9879a0b98fe4a7e844eeed3faca2ea862539 /data/skin.xml | |
| parent | 13e3018673a588fe5225bc1c3fe893593a9eadb3 (diff) | |
| download | enigma2-7c01e1138eaef94a506371c3eccf66329af39e9b.tar.gz enigma2-7c01e1138eaef94a506371c3eccf66329af39e9b.zip | |
disable instant record by pressing red button with new rcs
Diffstat (limited to 'data/skin.xml')
| -rw-r--r-- | data/skin.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/skin.xml b/data/skin.xml index f1e25496..472994d3 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -184,7 +184,10 @@ <widget source="RecordingPossible" render="Pixmap" pixmap="skin_default/buttons/button_red.png" position="212,130" zPosition="1" size="15,16" alphatest="on"> <convert type="ConditionalShowHide" /> </widget> - <eLabel text="Record" position="232,130" size="80,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" transparent="1" /> + <!--eLabel text="Record" position="232,130" size="80,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" transparent="1" /--> + <widget source="ShowRecordOnRed" render="FixedLabel" text="Record" position="232,130" zPosition="1" size="80,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" transparent="1"> + <convert type="ConditionalShowHide" /> + </widget> <widget source="RecordingPossible" render="FixedLabel" text="Record" position="232,130" zPosition="1" size="80,22" font="Regular;16" backgroundColor="#182946" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1"> <convert type="ConditionalShowHide" /> </widget> |
