summaryrefslogtreecommitdiff
path: root/themes/widgets/entry.edc
diff options
context:
space:
mode:
authorsumanth <sumanth.m@samsung.com>2013-06-17 04:41:34 +0530
committerSungho Kwak <sungho1.kwak@samsung.com>2013-06-27 13:24:05 +0900
commit4d8aac51879924f469abf94eb2e2bdc3970a1430 (patch)
tree5298ad2fa8b46623b4b6cacd89df6458b7189891 /themes/widgets/entry.edc
parentd7bb79d7e5ee5d781fd7e28139ff9bf1de2805ac (diff)
downloadefl-theme-tizen-4d8aac51879924f469abf94eb2e2bdc3970a1430.tar.gz
efl-theme-tizen-4d8aac51879924f469abf94eb2e2bdc3970a1430.tar.bz2
efl-theme-tizen-4d8aac51879924f469abf94eb2e2bdc3970a1430.zip
[Elm_datetime] Timepicker dark theme UX v0.5 is implemented.
Change-Id: I70934d05ed8688f7b966d9209a455968c69b4d00
Diffstat (limited to 'themes/widgets/entry.edc')
-rw-r--r--themes/widgets/entry.edc62
1 files changed, 62 insertions, 0 deletions
diff --git a/themes/widgets/entry.edc b/themes/widgets/entry.edc
index 639dd129..fb57d33b 100644
--- a/themes/widgets/entry.edc
+++ b/themes/widgets/entry.edc
@@ -6621,6 +6621,68 @@ group { name: "elm/scroller/entry/editfield/searchbar/default";
}
}
}
+group { name: "elm/entry/base-single/datetime_popup";
+ name: "elm/entry/base-single/datetime_popup/year";
+ alias: "elm/entry/base-single/datetime_popup/month";
+ alias: "elm/entry/base-single/datetime_popup/date";
+ alias: "elm/entry/base-single/datetime_popup/hour";
+ alias: "elm/entry/base-single/datetime_popup/minute";
+ inherit: "elm/entry/base-single/default";
+
+ data.item: "default_font_size" "64";
+
+ styles {
+ style { name: "entry_datetime_popup_textblock_style";
+ base: "font=Tizen:style=Roman font_size="ENTRY_DATETIME_POPUP_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" wrap=none left_margin=1 right_margin=3 text_class=tizen";
+ tag: "br" "\n";
+ tag: "ps" "ps";
+ tag: "tab" "\t";
+ tag: "em" "+ font=Tizen:style=Oblique";
+ tag: "b" "+ font=Tizen:style=Bold";
+ tag: "link" "+ color=#800 underline=on underline_color=#8008";
+ tag: "hilight" "+ font=Tizen:style=Bold";
+ tag: "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
+ tag: "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_TEXT_COLOR_INC;
+ tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
+ tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
+ tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
+ tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
+ }
+ }
+ parts {
+ part { name: "elm.text";
+ type: TEXTBLOCK;
+ mouse_events: 1;
+ scale: 1;
+ entry_mode: EDITABLE;
+ select_mode: BLOCK_HANDLE;
+ multiline: 0;
+ source: "elm/entry/selection/default"; // selection under
+ source4: "elm/entry/cursor/default"; // cursorover
+ source5: "elm/entry/anchor/default"; // anchor under
+ source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
+ source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
+ source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
+ source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
+ source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
+ description { state: "default" 0.0;
+ text {
+ style: "entry_datetime_popup_textblock_style";
+ min: 1 1;
+ max: 0 0;
+ align: 0.0 0.5;
+ }
+ ENTRY_TEXTBLOCK_DEFAULT_REL
+ }
+ description { state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ text {
+ style: "entry_single_textblock_disabled_style";
+ }
+ }
+ }
+ }
+}