[*][selectioninfo] change align of text from left to center
authorShinwoo Kim <cinoo.kim@samsung.com>
Thu, 27 Oct 2011 14:20:38 +0000 (23:20 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Thu, 27 Oct 2011 14:20:38 +0000 (23:20 +0900)
Change-Id: I58082d4ac3deff166966d80180ccbc75640368a1

themes/groups/selectioninfo.edc

index 0da7299..8bf46cf 100644 (file)
@@ -38,19 +38,6 @@ group { name: "elm/standard/selectioninfo/vertical/bottom_12";
             color: SELECTION_INFO_BACKGROUND_COLOR_INC;
          }
       }
-      part { name: "left_padding";
-         type: RECT;
-         scale : 1;
-         description {
-            state: "default" 0.0;
-            min: SELECTION_INFO_LEFT_PADDING_INC SELECTION_INFO_VER_PADDING_INC;
-            fixed: 1 1;
-            align: 0.5 0.0;
-            rel1 { relative: 0.0 0.0; to: "bg"; }
-            rel2 { relative: 0.0 1.0; to: "bg"; }
-            color: 0 0 0 0;
-         }
-      }
       part {
          name: "elm.text";
          type: TEXT;
@@ -58,15 +45,14 @@ group { name: "elm/standard/selectioninfo/vertical/bottom_12";
          scale: 1;
          description {
             state: "default" 0.0;
-            align: 0.0 0.5;
-            rel1 { relative: 1.0 0.0; to_x: "left_padding"; to_y: "bg"; }
-            rel2 { relative: 1.0 1.0; to: "bg"; }
+            align: 0.5 0.0;
+            rel1 { to: "bg"; }
+            rel2 { to: "bg"; }
             color: SELECTION_INFO_TEXT_COLOR_INC;
             text {
                font: "SLP";
                size: SELECTION_INFO_TEXT_FONT_SIZE_INC;
                text: "";
-               align: 0.0 0.5;
             }
          }
       }
@@ -112,19 +98,6 @@ group { name: "elm/standard/selectioninfo/vertical/bottom_64";
             color: SELECTION_INFO_BACKGROUND_COLOR_INC;
          }
       }
-      part { name: "left_padding";
-         type: RECT;
-         scale : 1;
-         description {
-            state: "default" 0.0;
-            min: SELECTION_INFO_LEFT_PADDING_INC SELECTION_INFO_VER_PADDING_INC;
-            fixed: 1 1;
-            align: 0.5 0.0;
-            rel1 { relative: 0.0 0.0; to: "base"; }
-            rel2 { relative: 0.0 1.0; to: "base"; }
-            color: 0 0 0 0;
-         }
-      }
       part {
          name: "elm.text";
          type: TEXT;
@@ -132,15 +105,14 @@ group { name: "elm/standard/selectioninfo/vertical/bottom_64";
          scale: 1;
          description {
             state: "default" 0.0;
-            align: 0.0 0.5;
-            rel1 { relative: 1.0 0.0; to_x: "left_padding"; to_y: "base"; }
-            rel2 { relative: 1.0 1.0; to: "base"; }
+            align: 0.5 0.0;
+            rel1 { to: "base"; }
+            rel2 { to: "base"; }
             color: SELECTION_INFO_TEXT_COLOR_INC;
             text {
                font: "SLP";
                size: SELECTION_INFO_TEXT_FONT_SIZE_INC;
                text: "";
-               align: 0.0 0.5;
             }
          }
       }
@@ -188,19 +160,6 @@ group { name: "elm/standard/selectioninfo/vertical/bottom_86";
             color: SELECTION_INFO_BACKGROUND_COLOR_INC;
          }
       }
-      part { name: "left_padding";
-         type: RECT;
-         scale : 1;
-         description {
-            state: "default" 0.0;
-            min: SELECTION_INFO_LEFT_PADDING_INC SELECTION_INFO_VER_PADDING_INC;
-            fixed: 1 1;
-            align: 0.5 0.0;
-            rel1 { relative: 0.0 0.0; to: "base"; }
-            rel2 { relative: 0.0 1.0; to: "base"; }
-            color: 0 0 0 0;
-         }
-      }
       part {
          name: "elm.text";
          type: TEXT;
@@ -208,15 +167,14 @@ group { name: "elm/standard/selectioninfo/vertical/bottom_86";
          scale: 1;
          description {
             state: "default" 0.0;
-            align: 0.0 0.5;
-            rel1 { relative: 1.0 0.0; to_x: "left_padding"; to_y: "base"; }
-            rel2 { relative: 1.0 1.0; to: "base"; }
+            align: 0.5 0.0;
+            rel1 { to: "base"; }
+            rel2 { to: "base"; }
             color: SELECTION_INFO_TEXT_COLOR_INC;
             text {
                font: "SLP";
                size: SELECTION_INFO_TEXT_FONT_SIZE_INC;
                text: "";
-               align: 0.0 0.5;
             }
          }
       }
@@ -248,19 +206,6 @@ group { name: "elm/standard/selectioninfo/horizontal/bottom_12";
             color: SELECTION_INFO_BACKGROUND_COLOR_INC;
          }
       }
-      part { name: "left_padding";
-         type: RECT;
-         scale : 1;
-         description {
-            state: "default" 0.0;
-            min: SELECTION_INFO_LEFT_PADDING_INC SELECTION_INFO_VER_PADDING_INC;
-            fixed: 1 1;
-            align: 0.5 0.0;
-            rel1 { relative: 0.0 0.0; to: "bg"; }
-            rel2 { relative: 0.0 1.0; to: "bg"; }
-            color: 0 0 0 0;
-         }
-      }
       part {
          name: "elm.text";
          type: TEXT;
@@ -268,15 +213,14 @@ group { name: "elm/standard/selectioninfo/horizontal/bottom_12";
          scale: 1;
          description {
             state: "default" 0.0;
-            align: 0.0 0.5;
-            rel1 { relative: 1.0 0.0; to_x: "left_padding"; to_y: "bg"; }
-            rel2 { relative: 1.0 1.0; to: "bg"; }
+            align: 0.5 0.0;
+            rel1 { to: "bg"; }
+            rel2 { to: "bg"; }
             color: SELECTION_INFO_TEXT_COLOR_INC;
             text {
                font: "SLP";
                size: SELECTION_INFO_TEXT_FONT_SIZE_INC;
                text: "";
-               align: 0.0 0.5;
             }
          }
       }
@@ -322,19 +266,6 @@ group { name: "elm/standard/selectioninfo/horizontal/bottom_64";
             color: SELECTION_INFO_BACKGROUND_COLOR_INC;
          }
       }
-      part { name: "left_padding";
-         type: RECT;
-         scale : 1;
-         description {
-            state: "default" 0.0;
-            min: SELECTION_INFO_LEFT_PADDING_INC SELECTION_INFO_VER_PADDING_INC;
-            fixed: 1 1;
-            align: 0.5 0.0;
-            rel1 { relative: 0.0 0.0; to: "base"; }
-            rel2 { relative: 0.0 1.0; to: "base"; }
-            color: 0 0 0 0;
-         }
-      }
       part {
          name: "elm.text";
          type: TEXT;
@@ -342,15 +273,14 @@ group { name: "elm/standard/selectioninfo/horizontal/bottom_64";
          scale: 1;
          description {
             state: "default" 0.0;
-            align: 0.0 0.5;
-            rel1 { relative: 1.0 0.0; to_x: "left_padding"; to_y: "base"; }
-            rel2 { relative: 1.0 1.0; to: "base"; }
+            align: 0.5 0.0;
+            rel1 { to: "base"; }
+            rel2 { to: "base"; }
             color: SELECTION_INFO_TEXT_COLOR_INC;
             text {
                font: "SLP";
                size: SELECTION_INFO_TEXT_FONT_SIZE_INC;
                text: "";
-               align: 0.0 0.5;
             }
          }
       }
@@ -398,19 +328,6 @@ group { name: "elm/standard/selectioninfo/horizontal/bottom_86";
             color: SELECTION_INFO_BACKGROUND_COLOR_INC;
          }
       }
-      part { name: "left_padding";
-         type: RECT;
-         scale : 1;
-         description {
-            state: "default" 0.0;
-            min: SELECTION_INFO_LEFT_PADDING_INC SELECTION_INFO_VER_PADDING_INC;
-            fixed: 1 1;
-            align: 0.5 0.0;
-            rel1 { relative: 0.0 0.0; to: "base"; }
-            rel2 { relative: 0.0 1.0; to: "base"; }
-            color: 0 0 0 0;
-         }
-      }
       part {
          name: "elm.text";
          type: TEXT;
@@ -418,15 +335,14 @@ group { name: "elm/standard/selectioninfo/horizontal/bottom_86";
          scale: 1;
          description {
             state: "default" 0.0;
-            align: 0.0 0.5;
-            rel1 { relative: 1.0 0.0; to_x: "left_padding"; to_y: "base"; }
-            rel2 { relative: 1.0 1.0; to: "base"; }
+            align: 0.5 0.0;
+            rel1 { to: "base"; }
+            rel2 { to: "base"; }
             color: SELECTION_INFO_TEXT_COLOR_INC;
             text {
                font: "SLP";
                size: SELECTION_INFO_TEXT_FONT_SIZE_INC;
                text: "";
-               align: 0.0 0.5;
             }
          }
       }