Merge branch 'Add-Loading-ux-to-movies-details-screen' of https://github.com/candry7731/jellyfin-roku into Add-Loading-ux-to-movies-details-screen
This commit is contained in:
commit
d566517db2
|
@ -29,7 +29,7 @@
|
|||
<Label id="audio_codec" vertAlign="bottom" height="39" />
|
||||
<label id="audio_codec_count" font="font:smallestSystemFont" vertAlign="top" color="#ceffff" />
|
||||
</LayoutGroup>
|
||||
<ButtonGroupHoriz id="buttons" itemSpacings="[10]" visible = "false">
|
||||
<ButtonGroupHoriz id="buttons" itemSpacings="[10]" visible="false">
|
||||
<Button text="Play" id="play-button" iconUri="" focusedIconUri="" maxWidth="175" minWidth="175" />
|
||||
<Button text="Options" id="options-button" iconUri="" focusedIconUri="" maxWidth="250" minWidth="250" />
|
||||
<Button text="Watched" id="watched-button" iconUri="" focusedIconUri="" maxWidth="350" minWidth="300" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
</LayoutGroup>
|
||||
</LayoutGroup>
|
||||
<MovieOptions id="movieOptions" visible="false" />
|
||||
<Spinner id="spinner" translation="[900, 450]" visible = "true" />
|
||||
<Spinner id="spinner" translation="[900, 450]" visible="true" />
|
||||
|
||||
<!-- "Cast and Crew" row -->
|
||||
<extrasSlider id="movieExtras" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user