xref: /MusicPlayer2/MusicPlayer2/skins/ui2.xml (revision 443d2d2511be730d1b1dd3181942b7fa6539aa1a)
1<root xmlns="https://github.com/zhongyang219/MusicPlayer2/skin" xmlns:xsi="http://www.w3.org/2101/XMLSchema-instance" xsi:schemaLocation="https://github.com/zhongyang219/MusicPlayer2/skin ./skin.xsd"
2      index="2">
3
4  <ui type="big">
5    <verticalLayout>
6      <trackInfo height="20" margin="4" margin-bottom="0"/>
7      <text type="format" style="scroll" height="20" margin-left="4" margin-right="4"/>
8      <stackElement margin-left="4" margin-right="4" margin-bottom="8" show_indicator="true" indicator_offset="-8">
9        <horizontalLayout>
10          <verticalLayout>
11            <albumCover square="true" height="70%" margin="8"/>
12            <text type="title" alignment="center" style="scroll" height="26" font_size="10" />
13            <text type="artist" alignment="center" style="scroll" height="20" font_size="9" margin-top="0" />
14            <placeHolder/>
15            <spectrum draw_reflex="true" fixed_width="true" alignment="center" height="15%" margin-bottom="4" min-height="24" max-height="80"/>
16          </verticalLayout>
17          <lyrics margin="4" margin-left="8" margin-bottom="16"/>
18        </horizontalLayout>
19        <horizontalLayout>
20          <verticalLayout>
21            <albumCover square="true" height="70%" margin="8"/>
22            <text type="title" alignment="center" style="scroll" height="26" font_size="10" />
23            <text type="artist" alignment="center" style="scroll" height="20" font_size="9" margin-top="0" />
24            <placeHolder/>
25            <spectrum draw_reflex="true" fixed_width="true" alignment="center" height="15%" margin-bottom="4" min-height="24" max-height="80"/>
26          </verticalLayout>
27          <verticalLayout margin="4" margin-left="8" margin-bottom="16">
28            <playlistIndicator height="30" margin-bottom="4"/>
29            <playlist item_height="32"/>
30          </verticalLayout>
31        </horizontalLayout>
32        <horizontalLayout>
33          <verticalLayout margin="8" margin-bottom="4">
34            <rectangle height="80">
35              <horizontalLayout margin="4">
36                <albumCover square="true" width="64" margin-left="4"/>
37                <verticalLayout margin-left="16">
38                  <text type="title" font_size="10" style="scroll" height="28"/>
39                  <text type="artist" font_size="9" style="scroll" height="24"/>
40                </verticalLayout>
41              </horizontalLayout>
42            </rectangle>
43            <lyrics margin-top="14" hide-height="120"/>
44            <spectrum draw_reflex="true" fixed_width="true" alignment="center" height="15%" min-height="24" max-height="80"/>
45          </verticalLayout>
46          <verticalLayout margin="4" margin-left="8" margin-bottom="16">
47            <playlistIndicator height="30" margin-bottom="4"/>
48            <playlist item_height="32"/>
49          </verticalLayout>
50        </horizontalLayout>
51      </stackElement>
52      <rectangle height="24" margin="4" margin-bottom="0">
53        <toolbar show_translate_btn="true"/>
54      </rectangle>
55      <classicalControlBar margin="4"/>
56    </verticalLayout>
57  </ui>
58
59  <ui type="narrow">
60    <verticalLayout>
61      <verticalLayout margin="4" margin-bottom="0">
62        <trackInfo height="20"/>
63        <text type="format" style="scroll" height="20"/>
64        <stackElement click_to_switch="false" show_indicator="true" margin-bottom="4">
65          <verticalLayout margin-bottom="4">
66            <albumCover square="true" height="70%" margin="8"/>
67            <text type="title" alignment="center" style="scroll" height="26" font_size="10" />
68            <text type="artist" alignment="center" style="scroll" height="20" font_size="9" margin-top="0" />
69            <lyrics height="15%" hide-height="360" margin-top="4"/>
70          </verticalLayout>
71          <verticalLayout margin="8">
72            <rectangle height="80">
73              <horizontalLayout margin="4">
74                <albumCover square="true" width="64" margin-left="4"/>
75                <verticalLayout margin-left="16">
76                  <text type="title" font_size="10" style="scroll" height="28"/>
77                  <text type="artist" font_size="9" style="scroll" height="24"/>
78                </verticalLayout>
79              </horizontalLayout>
80            </rectangle>
81            <lyrics margin-top="14" hide-height="120"/>
82          </verticalLayout>
83          <playlist margin="8"/>
84        </stackElement>
85        <placeHolder height="10"/>
86        <spectrum draw_reflex="true" fixed_width="true" alignment="center" height="15%" margin-bottom="4" min-height="24" max-height="80"/>
87      </verticalLayout>
88      <rectangle height="24" margin="4" margin-bottom="0">
89        <toolbar show_translate_btn="true"/>
90      </rectangle>
91      <classicalControlBar margin="4"/>
92    </verticalLayout>
93  </ui>
94
95  <ui type="small">
96      <verticalLayout margin="4">
97        <trackInfo height="20" hide-height="180" />
98        <horizontalLayout margin="4">
99          <rectangle max-height="80">
100            <horizontalLayout margin="6">
101              <albumCover square="true" width="64" margin-left="4">
102                <spectrum draw_reflex="false" fixed_width="true" alignment="center" height="50%" margin-bottom="0"/>
103              </albumCover>
104              <verticalLayout margin-left="16">
105                <text type="title" font_size="10" style="scroll" height="28"/>
106                <text type="artist" font_size="9" style="scroll" height="24"/>
107                <text type="format" font_size="8" style="scroll" height="22" hide-height="68"/>
108              </verticalLayout>
109            </horizontalLayout>
110          </rectangle>
111
112          <!--<albumCover square="true" margin-right="4" width="120">
113            <spectrum draw_reflex="false" fixed_width="true" alignment="center" height="50%" margin-bottom="0"/>
114          </albumCover>
115          <verticalLayout>
116            <trackInfo height="20"/>
117            <text type="format" height="20"/>
118            <text type="title" alignment="center" height="26" font_size="10" />
119            <text type="artist_album" alignment="center" height="20" font_size="9" margin-top="0" />
120            <lyrics height="20" />
121          </verticalLayout>-->
122        </horizontalLayout>
123      <rectangle height="24" margin="4" margin-bottom="0">
124        <toolbar show_translate_btn="true"/>
125      </rectangle>
126      <classicalControlBar margin-top="4"/>
127      </verticalLayout>
128
129  </ui>
130
131</root>