Remove contact panel from dialer 27/4227/1
authorJimmy Huang <jimmy.huang@intel.com>
Mon, 24 Jun 2013 19:52:55 +0000 (12:52 -0700)
committerJimmy Huang <jimmy.huang@intel.com>
Mon, 24 Jun 2013 19:52:55 +0000 (12:52 -0700)
Disable contact support for now and remove the contacts panel from dialer,
since dialer no longer uses ui-gadget and libug-contacts to show contacts
widget.

Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
data/themes/includes/dialer.edc

index 6c202a5..7e5f3c6 100644 (file)
@@ -27,7 +27,6 @@ group {
 
    images {
       image: "ico_keypad.png" COMP;
-      image: "ico_contacts.png" COMP;
       image: "ico_history.png" COMP;
       image: "ico_voicemail.png" COMP;
       image: "ico_quit.png" COMP;
@@ -188,8 +187,8 @@ group {
             state: "default" 0.0;                                       \
             color: 255 255 255 0;                                       \
             color_class: "action";                                      \
-            min: (WIDTH / 5) ACTION_HEIGHT;                             \
-            max: (WIDTH / 5) ACTION_HEIGHT;                             \
+            min: (WIDTH / 4) ACTION_HEIGHT;                             \
+            max: (WIDTH / 4) ACTION_HEIGHT;                             \
             fixed: 1 1;                                                 \
             rel1 {                                                      \
                to: "bg.actions";                                        \
@@ -253,8 +252,8 @@ group {
             state: "default" 0.0;                                       \
             color: 255 255 255 0;                                       \
             color_class: "action";                                      \
-            min: (WIDTH / 5) ACTION_HEIGHT;                             \
-            max: (WIDTH / 5) ACTION_HEIGHT;                             \
+            min: (WIDTH / 4) ACTION_HEIGHT;                             \
+            max: (WIDTH / 4) ACTION_HEIGHT;                             \
             fixed: 1 1;                                                 \
             visible: 0;                                                 \
             rel1 {                                                      \
@@ -371,10 +370,9 @@ group {
          }                                                              \
       }
 
-      ACTION_TOGGLE("quit",      0.00, 0.20);
-      ACTION_TOGGLE("keypad",    0.20, 0.40);
-      ACTION_TOGGLE("contacts",  0.40, 0.60);
-      ACTION_TOGGLE("history",   0.60, 0.80);
+      ACTION_TOGGLE("quit",    0.00, 0.25);
+      ACTION_TOGGLE("keypad",  0.25, 0.50);
+      ACTION_TOGGLE("history",   0.50, 0.75);
 #undef ACTION_TOGGLE
 
       part {
@@ -400,8 +398,8 @@ group {
             state: "default" 0.0;
             color: 255 255 255 0;
             color_class: "action";
-            min: (WIDTH / 5) ACTION_HEIGHT;
-            max: (WIDTH / 5) ACTION_HEIGHT;
+            min: (WIDTH / 4) ACTION_HEIGHT;
+            max: (WIDTH / 4) ACTION_HEIGHT;
             fixed: 1 1;
             rel1 {
                to: "bg.actions";
@@ -484,8 +482,8 @@ group {
             state: "default" 0.0;
             color: 255 255 255 0;
             color_class: "caution";
-            min: (WIDTH / 5) ACTION_HEIGHT;
-            max: (WIDTH / 5) ACTION_HEIGHT;
+            min: (WIDTH / 4) ACTION_HEIGHT;
+            max: (WIDTH / 4) ACTION_HEIGHT;
             fixed: 1 1;
             rel1 {
                to: "bg.actions";