mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
18 lines
512 B
XML
18 lines
512 B
XML
<?xml version='1.0'?>
|
|
<a:application xmlns:a="http://ajax.org/2005/aml">
|
|
<a:bar id="window"
|
|
skinset = "gotoline"
|
|
visible = "false"
|
|
width = "60"
|
|
height = "90"
|
|
left = "0"
|
|
zindex = "100000"
|
|
style = "overflow:hidden">
|
|
<a:vbox top="0" right="0" bottom="0" width="61" padding="0" edge="5">
|
|
<a:textbox id="input" focusselect="true" />
|
|
<a:list id="list"
|
|
flex = "1" />
|
|
</a:vbox>
|
|
</a:bar>
|
|
</a:application>
|