SyncAdapter(M) / res / edje /

syncadapter.edc

collections {
   group {
      name: "main";
      parts {

        part { name: "bg";
            type: RECT;
            description {
               state: "default" 0.0;
               color: 255 255 255 255;
            }
         }

         part {
            name: "genlist";
            type: SWALLOW;
            scale: 1;
            description {
               state: "default" 0.0;
               align: 0.5 0.5;
               rel1 {
                  relative: 0 0;
                  offset: 0 0;
               }
               rel2 {
                  relative: 1 1;
                  offset: 0 0;
               }
            }
         }

         part {
            name: "genlist_tiny";
            type: SWALLOW;
            scale: 1;
            description {
               state: "default" 0.0;
               align: 0.5 0.5;
               rel1 {
                  relative: 0 0;
                  offset: 0 0;
               }
               rel2 {
                  relative: 1 0.8;
                  offset: 0 0;
               }
            }
         }

         part {
            name: "sync_btn";
            type: SWALLOW;
            mouse_events: 1;
            description {
               state: "default" 0.0;
               align: 0.5 0.5;
               min: 0 0;
               rel1 {
                  relative: 0.05 0.85;
               }
               rel2 {
                  relative: 0.95 0.95;
               }
            }
         }

         part {
            name: "remove_btn";
            type: SWALLOW;
            mouse_events: 1;
            description {
               state: "default" 0.0;
               align: 0.5 0.5;
               min: 0 0;
               rel1 {
                  relative: 0.05 0.85;
               }
               rel2 {
                  relative: 0.95 0.95;
               }
            }
         }

      }//end of parts
   } //end of group
} //end of collections