2023年5月18日12:26:54 修改音乐列表
parent
db2423961a
commit
cb2663e8c7
|
|
@ -4,7 +4,6 @@
|
||||||
<?import com.leewyatt.rxcontrols.controls.RXMediaProgressBar?>
|
<?import com.leewyatt.rxcontrols.controls.RXMediaProgressBar?>
|
||||||
<?import javafx.scene.control.Label?>
|
<?import javafx.scene.control.Label?>
|
||||||
<?import javafx.scene.control.ListView?>
|
<?import javafx.scene.control.ListView?>
|
||||||
<?import javafx.scene.control.ScrollPane?>
|
|
||||||
<?import javafx.scene.control.Slider?>
|
<?import javafx.scene.control.Slider?>
|
||||||
<?import javafx.scene.image.Image?>
|
<?import javafx.scene.image.Image?>
|
||||||
<?import javafx.scene.image.ImageView?>
|
<?import javafx.scene.image.ImageView?>
|
||||||
|
|
@ -54,11 +53,7 @@
|
||||||
</children>
|
</children>
|
||||||
</HBox>
|
</HBox>
|
||||||
<RXMediaProgressBar fx:id="progressBar" layoutX="92.0" layoutY="542.0" prefHeight="11.0" prefWidth="961.0" AnchorPane.bottomAnchor="71.0" AnchorPane.leftAnchor="185.0" AnchorPane.rightAnchor="101.0" />
|
<RXMediaProgressBar fx:id="progressBar" layoutX="92.0" layoutY="542.0" prefHeight="11.0" prefWidth="961.0" AnchorPane.bottomAnchor="71.0" AnchorPane.leftAnchor="185.0" AnchorPane.rightAnchor="101.0" />
|
||||||
<ScrollPane fx:id="scrollPane" prefHeight="551.0" prefWidth="300.0" AnchorPane.bottomAnchor="98.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0">
|
<ListView fx:id="listView" prefHeight="551.0" prefWidth="295.0" AnchorPane.bottomAnchor="98.0" AnchorPane.topAnchor="0.0" />
|
||||||
<content>
|
|
||||||
<ListView fx:id="listView" prefHeight="${scrollPane.height}" prefWidth="295.0" />
|
|
||||||
</content>
|
|
||||||
</ScrollPane>
|
|
||||||
<RXLrcView fx:id="lyricView" layoutX="320.0" layoutY="14.0" prefHeight="551.0" prefWidth="866.0" AnchorPane.bottomAnchor="98.0" AnchorPane.leftAnchor="299.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
|
<RXLrcView fx:id="lyricView" layoutX="320.0" layoutY="14.0" prefHeight="551.0" prefWidth="866.0" AnchorPane.bottomAnchor="98.0" AnchorPane.leftAnchor="299.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
|
||||||
<Label fx:id="label_name" layoutX="21.0" layoutY="564.0" text="芊芊墨客-音乐相随" AnchorPane.bottomAnchor="68.0" AnchorPane.leftAnchor="21.0" />
|
<Label fx:id="label_name" layoutX="21.0" layoutY="564.0" text="芊芊墨客-音乐相随" AnchorPane.bottomAnchor="68.0" AnchorPane.leftAnchor="21.0" />
|
||||||
<Label fx:id="label_time" layoutX="1121.0" layoutY="564.0" text="00:00" AnchorPane.bottomAnchor="68.0" AnchorPane.rightAnchor="44.0" />
|
<Label fx:id="label_time" layoutX="1121.0" layoutY="564.0" text="00:00" AnchorPane.bottomAnchor="68.0" AnchorPane.rightAnchor="44.0" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue