set default theme

git-svn-id: http://www.neo1973-germany.de/svn@129 46df4e5c-bc4e-4628-a0fc-830ba316316d
main
fgau 16 years ago
parent 90fb77598d
commit 68653a2a17

@ -188,6 +188,42 @@ collections {
rel2 { relative: 1 1; offset: 0 0; };
}
}
part {
name: "operater_text";
type: TEXT;
mouse_events: 0;
description {
color_class: "button_inactive";
state: "default" 0.0;
rel1 { relative: 0 0; }
rel2 { relative: 1/3 1/20; }
text { text, "operator"; font: "Sans"; size, 1; align, 0 0.5; fit, 0 1; }
}
} /* end operator_text */
part {
name: "time_text";
type: TEXT;
mouse_events: 0;
description {
color_class: "button_inactive";
state: "default" 0.0;
rel1 { relative: 1/3 0; }
rel2 { relative: 2/3 1/20; }
text { text, "time"; font: "sans.bold"; size, 1; align, 0.5 0.5; fit, 0 1; }
}
} /* end time_text */
part {
name: "signalq_text";
type: TEXT;
mouse_events: 0;
description {
color_class: "button_inactive";
state: "default" 0.0;
rel1 { relative: 2/3 0; }
rel2 { relative: 1 1/20; }
text { text, "signal"; font: "Sans"; size, 1; align, 1 0.5; fit, 0 1; }
}
} /* end signalq_text */
/* stripes - just for design :) */
DESIGN_STRIPE(1, 1/2, 0.18, 1, 0.18);

@ -16,7 +16,7 @@ FULLSCREEN = True
APP_TITLE = "epydial"
WM_INFO = ("epydial", "epydial")
EDJE_FILE_PATH = "data/themes/blackwhite/"
EDJE_FILE_PATH = "data/themes/default/"
MAIN_SCREEN_NAME = "pyneo/dialer/main"
INCALL_SCREEN_NAME = "pyneo/dialer/incall"

Loading…
Cancel
Save