initial tizen_2.0_beta
[apps/core/preloaded/music-player.git] / layout / mp-progressbar.edc
index f710262..e2230cf 100755 (executable)
@@ -1,20 +1,3 @@
-/*
- * Copyright 2012  Samsung Electronics Co., Ltd
- *
- * Licensed under the Flora License, Version 1.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     http://www.tizenopensource.org/license
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
 
 group { name: "elm/progressbar/horizontal/music/list_progress";
       images {
@@ -258,6 +241,7 @@ group { name: "elm/progressbar/horizontal/music/list_progress";
             mouse_events: 0;
             scale: 1;
             clip_to: "progress-rect";
+            //effect: SOFT_SHADOW;
             scale: 0;
             description { state: "default" 0.0;
                align: 0.0 0.0;
@@ -366,6 +350,7 @@ group { name: "elm/progressbar/horizontal/music/list_progress";
          program { name: "start_pulse";
             signal: "elm,state,pulse,start";
             source: "elm";
+           // after: "slide_to_end";
          }
          program { name: "stop_pulse";
             signal: "elm,state,pulse,stop";
@@ -374,6 +359,7 @@ group { name: "elm/progressbar/horizontal/music/list_progress";
             target: "slide_to_begin";
             target: "slide_to_end";
             target: "start_pulse";
+            //after: "state_pulse";
          }
          program { name: "state_pulse";
             signal: "elm,state,pulse";