express: Modify default theme to handle treeview and move user list

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-04-11 21:10:48 -04:00
parent 6d16d808b5
commit f2b697a508
1 changed files with 51 additions and 12 deletions

View File

@ -354,9 +354,29 @@ collections
{
state: "default" 0.0;
fixed: 1 1;
rel2.relative: 1.0 0.0;
min: 1 1;
align: 0.0 0.0;
rel2.relative: 1.0 0.0;
}
}
part
{
name: "treeview.content";
type: SWALLOW;
description
{
state: "default" 0.0;
visible: 0;
fixed: 1 1;
min: 140 10;
align: 0.0 0.5;
rel2.relative: 0.2 1.0;
}
description
{
state: "on" 0.0;
inherit: "default" 0.0;
visible: 1;
}
}
part
@ -368,14 +388,15 @@ collections
state: "default" 0.0;
rel1
{
relative: 0.0 1.0;
offset: 1 0;
relative: 1.0 1.0;
offset: 2 0;
to_x: "treeview.content";
to_y: "channel.tabregion";
}
rel2
{
relative: 1.0 0.0;
offset: -2 -8;
offset: -1 -8;
to_y: "channel.entry";
}
}
@ -409,13 +430,14 @@ collections
visible: 0;
rel1
{
relative: 1.0 0.1;
offset: 8 0;
relative: 1.0 0.0;
offset: 4 0;
}
rel2
{
relative: 1.0 0.9;
offset: 8 -1;
relative: 1.0 0.0;
to_y: "channel.entry";
offset: 4 -4;
}
}
description
@ -424,8 +446,8 @@ collections
inherit: "default" 0.0;
visible: 1;
align: 1.0 0.5;
rel1.offset: -9 0;
rel2.offset: -9 -1;
rel1.offset: -5 0;
rel2.offset: -5 -4;
}
}
part
@ -512,7 +534,8 @@ collections
rel1
{
relative: 0.0 1.0;
offset: 8 -6;
offset: 4 -6;
to_x: "channel.content";
}
rel2.offset: -9 -6;
}
@ -581,6 +604,22 @@ collections
target: "userlist.content";
target: "userlist.dismiss";
}
program
{
name: "treeview,off";
signal: "treeview,off";
source: "express";
action: STATE_SET "default" 0.0;
target: "treeview.content";
}
program
{
name: "treeview,on";
signal: "treeview,on";
source: "express";
action: STATE_SET "on" 0.0;
target: "treeview.content";
}
}
}
@ -724,8 +763,8 @@ collections
{
state: "tab" 0.0;
inherit: "default" 0.0;
rel1.to_y: "tabmiddle";
rel1.relative: 0.0 1.0;
rel1.to_y: "tabmiddle";
}
}
part