-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMyFilmsFilmstripLayout.xml
38 lines (38 loc) · 1.38 KB
/
MyFilmsFilmstripLayout.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
<controls>
<control>
<description>Movie Title</description>
<type>label</type>
<id>1</id>
<posX>30</posX>
<posY>990</posY>
<width>1920</width>
<align>center</align>
<font>mediastream16tc</font>
<label>#selecteditem</label>
<visible>facadeview.filmstrip+control.isvisible(50)+!control.isvisible(34)</visible>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<control>
<description>Genres</description>
<type>label</type>
<label>#myfilms.db.category.value</label>
<id>0</id>
<posX>30</posX>
<posY>1020</posY>
<width>1920</width>
<align>center</align>
<font>mediastream12tc</font>
<textcolor>ff909090</textcolor>
<shadowAngle>45</shadowAngle>
<shadowDistance>4</shadowDistance>
<shadowColor>#shadow.dark</shadowColor>
<visible>facadeview.filmstrip+control.isvisible(50)+!string.equals(#myfilms.db.category.value,)</visible>
<animation effect="fade" time="250" delay="0">WindowClose</animation>
<animation effect="fade" time="250" delay="0">WindowOpen</animation>
</control>
</controls>
</window>
<!--Checksum:fc2e3ee05434f71d53cb4f52551109d4-->