[Popup] Add Event
authorSungho Kwak <sungho1.kwak@samsung.com>
Sun, 30 Jun 2013 08:05:43 +0000 (17:05 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Sun, 30 Jun 2013 08:05:43 +0000 (17:05 +0900)
Change-Id: If43ae53cbfee37092629d63d608770069281654f

Conflicts:

themes/inc/tizen-dark-inc.edc

themes/inc/tizen-dark-inc.edc
themes/widgets/popup.edc

index b2fcf26..2584083 100755 (executable)
 #define POPUP_DEFAULT_TITLE_TEXT_SHADOW_STYLE "far_shadow,bottom"
 #define POPUP_DEFAULT_DESCRIPTION_TEXT_COLOR_INC "#FFFFFF"
 #define POPUP_DIM_BG_DEFAULT_COLOR_INC 0 0 0 0
-#define POPUP_DIM_BG_COLOR_INC 0 0 0 178
-#define POPUP_DIM_BG_CLICKED_COLOR_INC 0 0 0 127
+#define POPUP_DIM_BG_COLOR_INC 0 0 0 128
+#define POPUP_DIM_BG_CLICKED_COLOR_INC 0 0 0 220
 #define POPUP_DIM_BG_TRANS_COLOR_INC 0 0 0 0
 #define POPUP_DIM_BG_CLICKED_TRANS_COLOR_INC 0 0 0 50
 
index 49807bd..e727baf 100644 (file)
@@ -209,7 +209,7 @@ group { name: "elm/notify/block_events/popup";
          }
          description { state: "clicked" 0.0;
             inherit: "default" 0.0;
-            color: POPUP_DIM_BG_COLOR_INC;
+            color: POPUP_DIM_BG_CLICKED_COLOR_INC;
          }
       }
       part { name: "block_events_color";
@@ -228,7 +228,7 @@ group { name: "elm/notify/block_events/popup";
          }
          description { state: "clicked" 0.0;
             inherit: "default" 0.0;
-            color: POPUP_DIM_BG_COLOR_INC;
+            color: POPUP_DIM_BG_CLICKED_COLOR_INC;
          }
       }
    }
@@ -297,7 +297,7 @@ group { name: "elm/notify/block_events/indicator_norepeatevent";
          }
          description { state: "clicked" 0.0;
             inherit: "default" 0.0;
-            color: POPUP_DIM_BG_COLOR_INC;
+            color: POPUP_DIM_BG_CLICKED_COLOR_INC;
          }
       }
    }
@@ -371,6 +371,10 @@ group { name: "elm/notify/block_events/dimrect";
             rel2.relative: 1.0 0.0;
             color: POPUP_DIM_BG_COLOR_INC;
          }
+         description { state: "clicked" 0.0;
+            inherit: "default" 0.0;
+            color: POPUP_DIM_BG_CLICKED_COLOR_INC;
+         }
       }
       part { name: "block_events";
          type: RECT;
@@ -381,6 +385,10 @@ group { name: "elm/notify/block_events/dimrect";
             }
             color: POPUP_DIM_BG_COLOR_INC;
          }
+         description { state: "clicked" 0.0;
+            inherit: "default" 0.0;
+            color: POPUP_DIM_BG_CLICKED_COLOR_INC;
+         }
       }
    }
 }