What's fixed meaning in edje
By colin Rao
15 Dec 2014 23:28
English
4 Replies
As below code copy from a sample tizen native app project. I've reading from some topic on the help doc, and konw some basic concepts about the widget layout in EDC file, such as the rel1, rel2, to, offset, align, relative. Did the fixed is oppsite to the relative? But from the sample code, seems it's not.
part { name: "bg_rect";
type: RECT;
scale: 1;
description { state: "default" 0.0;
fixed: 1 1;
rel1 { relative: 0.0 0.0; }
rel2 { relative: 1.0 1.0; }
color: 0 0 0 255;
}
}
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.
All Categories
General Support
Tizen .NET
Web Application Development
Native Application Development
SDK & IDE
--------
--------