xref: /MusicPlayer2/MusicPlayer2/skins/miniMode/miniMode01.xml (revision 6d629c9dd07271cb88f39e336efcd77d92dbaaae)
1<root xmlns="https://github.com/zhongyang219/MusicPlayer2/skin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://github.com/zhongyang219/MusicPlayer2/skin ../skin.xsd">
2  <ui width="334" height="54">
3    <horizontalLayout margin="4">
4      <albumCover width="46" margin-right="4"/>
5      <stackElement hover_to_switch="true" margin-left="4" margin-right="4">
6        <verticalLayout>
7          <text type="artist_title" style="scroll" font_size="10" height="24"/>
8          <lyrics no_background="true" use_default_font="true" font_size="10" margin-top="-2" margin-bottom="-2"/>
9        </verticalLayout>
10        <horizontalLayout>
11          <button key="previous" width="34" height="34" bigIcon="true"/>
12          <button key="playPause" width="34" height="34" bigIcon="true"/>
13          <button key="next" width="34" height="34" bigIcon="true"/>
14          <button key="repeatMode" width="24" height="24"/>
15          <text type="play_time_and_volume" style="scroll" alignment="center"/>
16          <button key="showPlaylist" width="24" height="24"/>
17        </horizontalLayout>
18      </stackElement>
19      <button key="favorite" width="24" height="24"/>
20      <button key="miniMode" width="24" height="24"/>
21    </horizontalLayout>
22    <progressBar margin-bottom="0" height="2"/>
23  </ui>
24</root>
25