X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=themes%2Fwidgets%2Fbutton.edc;h=38aca2389e0bdf596a0a760a2b41a4ad88746dff;hb=335274cb6e0bff4ac20ac7e67f25cd6dd15c2690;hp=fd82345c80f1706531be5823542f14a9d60c0535;hpb=cdacb30ef11d85ca36e12c52fcc4c1690973cf5d;p=profile%2Fivi%2Fefl-theme-tizen.git diff --git a/themes/widgets/button.edc b/themes/widgets/button.edc index fd82345..38aca23 100644 --- a/themes/widgets/button.edc +++ b/themes/widgets/button.edc @@ -498,7 +498,6 @@ ////////////////////////////////////////////////////////////// group { name: "elm/button/base/style1/auto_expand"; - alias: "elm/button/base/datetime_ampm/default"; images { image: "00_button_01_normal.png" COMP; image: "00_button_01_normal_press.png" COMP; @@ -964,6 +963,32 @@ } ////////////////////////////////////////////////////////////////////////////////////// + group { name: "elm/button/base/datetime_ampm/default"; + inherit: "elm/button/base/style1/auto_expand"; + script { + public button_state = BUTTON_STATE_ENABLED; + } + parts { + part { name: "bg"; + type: RECT; + scale: 1; + mouse_events: 0; + description { state: "default" 0.0; + min: 0 0; + visible: 0; + } + description { state: "visible" 0.0; + inherit: "default" 0.0; + min: BUTTON_DATETIME_AMPM_BG_MIN_INC; + } + description { state: "icononly" 0.0; + inherit: "default" 0.0; + } + } + } + } + +////////////////////////////////////////////////////////////////////////////////////// group { name: "elm/button/base/style1/multiline"; images { image: "00_button_01_normal.png" COMP;