[popup button] Apply dark theme popup button style
authorJaehyun Cho <jae_hyun_cho@naver.com>
Fri, 14 Jun 2013 01:23:12 +0000 (10:23 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 20 Jun 2013 12:48:34 +0000 (21:48 +0900)
Change-Id: I1446d8bb0ff783f52ca2e7dc2a3281bd4747c48f

themes/images/HD/light/Popup/00_popup_button.png [new file with mode: 0644]
themes/images/HD/light/Popup/00_popup_button_dim.png [new file with mode: 0644]
themes/images/HD/light/Popup/00_popup_button_focus.png [new file with mode: 0644]
themes/images/HD/light/Popup/00_popup_button_press.png [new file with mode: 0644]
themes/widgets/button.edc

diff --git a/themes/images/HD/light/Popup/00_popup_button.png b/themes/images/HD/light/Popup/00_popup_button.png
new file mode 100644 (file)
index 0000000..7a49896
Binary files /dev/null and b/themes/images/HD/light/Popup/00_popup_button.png differ
diff --git a/themes/images/HD/light/Popup/00_popup_button_dim.png b/themes/images/HD/light/Popup/00_popup_button_dim.png
new file mode 100644 (file)
index 0000000..77268cf
Binary files /dev/null and b/themes/images/HD/light/Popup/00_popup_button_dim.png differ
diff --git a/themes/images/HD/light/Popup/00_popup_button_focus.png b/themes/images/HD/light/Popup/00_popup_button_focus.png
new file mode 100644 (file)
index 0000000..4f89112
Binary files /dev/null and b/themes/images/HD/light/Popup/00_popup_button_focus.png differ
diff --git a/themes/images/HD/light/Popup/00_popup_button_press.png b/themes/images/HD/light/Popup/00_popup_button_press.png
new file mode 100644 (file)
index 0000000..faa5cea
Binary files /dev/null and b/themes/images/HD/light/Popup/00_popup_button_press.png differ
index f48c2e2..17de13c 100644 (file)
          image: "00_popup_button.png" COMP;
          image: "00_popup_button_dim.png" COMP;
          image: "00_popup_button_press.png" COMP;
+         image: "00_popup_button_focus.png" COMP;
       }
       script {
          public button_state = BUTTON_STATE_ENABLED;
             description { state: "default" 0.0;
                min: BUTTON_POPUP_BG_NORMAL_MIN_INC;
                image {
-                  normal: "00_button_01.png";
+                  normal: "00_popup_button.png";
                   border: BUTTON_POPUP_BG_BORDER_INC;
                   border_scale: 1;
                }
             }
             description { state: "clicked" 0.0;
                inherit: "default" 0.0;
-               image.normal: "00_button_01_press.png";
+               image.normal: "00_popup_button_press.png";
             }
             description { state: "disabled" 0.0;
                inherit: "default" 0.0;
-               image.normal: "00_button_01_dim.png";
+               image.normal: "00_popup_button_dim.png";
             }
             description { state: "focused" 0.0;
                inherit: "default" 0.0;
-               image.normal: "00_button_01_press.png";
+               image.normal: "00_popup_button_focus.png";
             }
          }
          part { name: "focus_image";