///////////////////////////////////////////////////////////////////////////////////////
group { name: "elm/button/base/searchbar/default";
images {
- image: "00_search_input_field_bg.png" COMP;
- image: "00_button_sweep_press.png" COMP;
- image: "00_button_sweep_dim.png" COMP;
- image: "00_button_sweep_focus.png" COMP;
+ image: "00_button_01_normal.png" COMP;
+ image: "00_button_01_normal_press.png" COMP;
+ image: "00_button_01_normal_dim.png" COMP;
+ image: "00_button_01_normal_Focus.png" COMP;
}
script {
public button_state = BUTTON_STATE_ENABLED;
description { state: "default" 0.0;
min: BUTTON_SEARCHBAR_BG_NORMAL_MIN_INC;
image {
- normal: "00_search_input_field_bg.png";
- border: BUTTON_SEARCHBAR_BG_BORDER_INC;
+ normal: "00_button_01_normal.png";
+ border: BUTTON_DEFAULT_STYLE_BG_BORDER_INC;
border_scale: 1;
}
}
description { state: "clicked" 0.0;
inherit: "default" 0.0;
- image {
- normal: "00_button_sweep_press.png";
- border: BUTTON_SWEEP_BG_BORDER_INC;
- border_scale: 1;
- }
+ image.normal: "00_button_01_normal_press.png";
}
description { state: "disabled" 0.0;
inherit: "default" 0.0;
- image {
- normal: "00_button_sweep_dim.png";
- border: BUTTON_SWEEP_BG_BORDER_INC;
- border_scale: 1;
- }
+ image.normal: "00_button_01_normal_dim.png";
}
description { state: "focused" 0.0;
inherit: "default" 0.0;
- image {
- normal: "00_button_sweep_focus.png";
- border: BUTTON_SWEEP_BG_BORDER_INC;
- border_scale: 1;
- }
+ image.normal: "00_button_01_normal_Focus.png";
}
}
part { name: "padding_left_top";