summaryrefslogtreecommitdiff
path: root/res/widgets/gengrid_apps.edc
diff options
context:
space:
mode:
Diffstat (limited to 'res/widgets/gengrid_apps.edc')
-rw-r--r--res/widgets/gengrid_apps.edc107
1 files changed, 107 insertions, 0 deletions
diff --git a/res/widgets/gengrid_apps.edc b/res/widgets/gengrid_apps.edc
new file mode 100644
index 0000000..2b67f4a
--- /dev/null
+++ b/res/widgets/gengrid_apps.edc
@@ -0,0 +1,107 @@
+/*
+ * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+group {
+ name, "elm/gengrid/item/style.apps/default";
+ inherit, "elm/gengrid/item/style.base/default";
+ parts {
+ part {
+ name, "text.bg";
+ type, RECT;
+ scale, 1;
+ description {
+ state, "default" 0.0;
+ min, 212 82;
+ }
+ description {
+ state, "focused" 0.0;
+ inherit, "default" 0.0;
+ color, 0 119 246 255;
+ }
+ }
+
+ part {
+ name, "elm.text";
+ type, TEXT;
+ scale, 1;
+ description {
+ state, "default" 0.0;
+ min, 176 82;
+ }
+ }
+
+ part {
+ name, "padding.elm.icon";
+ type, SPACER;
+ scale, 1;
+ description {
+ state, "default" 0.0;
+ min, 56 56;
+ rel2.relative, 0.0 0.0;
+ align, 0.0 0.0;
+ fixed, 1 1;
+ }
+ }
+
+ part {
+ name, "elm.swallow.icon";
+ type, SWALLOW;
+ scale, 1;
+ description {
+ state, "default" 0.0;
+ min, 100 100;
+ rel1 {
+ to, "padding.elm.icon";
+ relative, 1.0 1.0;
+ }
+ rel2 {
+ to, "padding.elm.icon";
+ relative, 1.0 1.0;
+ }
+ }
+ }
+
+ part {
+ name, "part.focus.up";
+ type, RECT;
+ scale, 1;
+ description {
+ state, "default" 0.0;
+ min, 212 3;
+ }
+ description {
+ state, "focused" 0.0;
+ inherit, "default" 0.0;
+ visible, 1;
+ }
+ }
+
+ part {
+ name, "part.focus.down";
+ type, RECT;
+ scale, 1;
+ description {
+ state, "default" 0.0;
+ min, 212 3;
+ }
+ description {
+ state, "focused" 0.0;
+ inherit, "default" 0.0;
+ visible, 1;
+ }
+ }
+ }
+}