mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 14:19:40 +00:00
9 lines
330 B
XML
9 lines
330 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<component name="Clock" extends="Group">
|
|
<children>
|
|
<Label id="clockTime" font="font:SmallSystemFont" horizAlign="right" vertAlign="center" height="64" width="200" />
|
|
<Timer id="currentTimeTimer" repeat="true" duration="1" />
|
|
</children>
|
|
<interface>
|
|
</interface>
|
|
</component> |