summaryrefslogtreecommitdiff
path: root/mobile/widgets/layout.edc
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2016-09-21 18:21:00 +0900
committerYoungbok Shin <youngb.shin@samsung.com>2016-09-22 13:25:17 +0900
commitb43734afaae0046536b02ad28d76fb95aae719e8 (patch)
tree833636b4dbbb23f0d5615139d5b50bf686d42215 /mobile/widgets/layout.edc
parent352e10343fdea9aea114336f21b4bd413b64362c (diff)
downloadefl-theme-tizen-mobile-b43734afaae0046536b02ad28d76fb95aae719e8.tar.gz
efl-theme-tizen-mobile-b43734afaae0046536b02ad28d76fb95aae719e8.tar.bz2
efl-theme-tizen-mobile-b43734afaae0046536b02ad28d76fb95aae719e8.zip
entry/layout: Apply Tizen 3.0 GUI with color_class
Change-Id: I4662fc2dec6c8e858e268c9158810ec10a55a5db
Diffstat (limited to 'mobile/widgets/layout.edc')
-rw-r--r--mobile/widgets/layout.edc6
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile/widgets/layout.edc b/mobile/widgets/layout.edc
index f9f842bf..34135f5b 100644
--- a/mobile/widgets/layout.edc
+++ b/mobile/widgets/layout.edc
@@ -832,11 +832,11 @@ group { name: "elm/layout/editfield/singleline";
to_y: "line_bottom_padding";
relative: 0.0 0.0;
}
- color: 128 128 128 166;
+ color_class: "layout/editfield/underline-normal";
}
description { state: "focused" 0.0;
inherit: "default" 0.0;
- color: 61 184 204 255;
+ color_class: "layout/editfield/underline-focused";
}
}
part { name: "button_field_right_padding";
@@ -1015,7 +1015,7 @@ group { name: "elm/layout/searchfield/singleline";
scale: 1;
description { state: "default" 0.0;
min: 0 EDITFIELD_BASE_HEIGHT_INC;
- color: 249 249 249 255;
+ color_class: "layout/searchfield/bg";
}
}
}