Car selection screen updated
[apps/native/gear-racing-controller.git] / res / edje / car_selection.edc
1 collections {
2    base_scale: 1.0;
3    group { "main";
4       images {
5          image: "bg_no_border.png" COMP;
6       }
7       parts {
8          image { "bg";
9             scale: 1;
10             desc { "default";
11                image.normal: "bg_no_border.png";
12             }
13          }
14          swallow { "list";
15             scale: 1;
16             desc { "default";
17                visible: 1;
18                align: 0.5 0.5;
19                rel1.relative: 0.0 0.0;
20                rel2.relative: 1.0 1.0;
21             }
22          }
23       }
24    }
25 }