This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
sony-tv.gui
59 lines (59 loc) · 3.43 KB
/
sony-tv.gui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="utf-8"?>
<gui>
<properties>
<project>sony-tv</project>
<designer>
</designer>
<size autoposition="scale">
<portrait width="320" height="568" />
<landscape width="568" height="320" />
</size>
<autoposition />
<imagefolder>
</imagefolder>
<debug loaderrors="0" connectionerrors="0" />
<devices>
<device name="Huawei U8860">1926AD9623473CFEE8D0EAE760CDB331</device>
</devices>
</properties>
<themes>
<theme type="button" name=".btn_sqr[state='0']"><![CDATA[padding: 0px 15px 10px 15px; -webkit-border-image: url(btn_sqr_off.png) 0 15 10 15; text-shadow: rgba(255,255,255,1) 1px 1px 1px; color: Black; font-size: 18px; font-family: 'Verdana'; font-weight: bold; font-style: none; text-decoration: none; text-align: center; vertical-align: middle; display: table-cell; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-tap-highlight-color:rgba(0,0,0,0);]]></theme>
<theme type="button" name=".btn_sqr[state='1']"><![CDATA[padding: 0px 15px 10px 15px; -webkit-border-image: url(btn_sqr_on.png) 0 15 10 15; text-shadow: rgba(255,255,255,1) 1px 1px 1px; color: Black; font-size: 18px; font-family: 'Verdana'; font-weight: bold; font-style: none; text-decoration: none; text-align: center; vertical-align: middle; display: table-cell; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-tap-highlight-color:rgba(0,0,0,0);]]></theme>
<theme type="input" name=".input_default"><![CDATA[ background-color: White; border-width: 0px; color: Black; font-size: 12px; font-family: 'Arial'; text-align: left; vertical-align: middle; font-weight: bold; font-style: none; text-decoration: none; display: table-cell;]]></theme>
<theme type="background" name=".newtheme_1"><![CDATA[]]></theme>
</themes>
<tokens>
<token name="authCookie" value="0" persist="1" />
</tokens>
<scripts>
<script name="scripts/SonyTV.js" />
<script name="scripts/userMain.js" />
<script name="scripts/base64.js" />
</scripts>
<page name="Startup" j="0" tags="" transition="None" subtype="None" time="0" ease="">
<portrait t="newtheme_1">
<btn j="0" x="3" y="248" w="105" h="106" t="btn_sqr" flip="None" sim="1" l="0" s="1" tags="" js="TV.Sony1.sendCmd('HDMI1')">
<inactive s="0">HDMI1</inactive>
<active s="0">HDMI1</active>
</btn>
<btn j="0" x="111" y="248" w="105" h="106" t="btn_sqr" flip="None" sim="1" l="0" s="1" tags="" js="TV.Sony1.sendCmd('HDMI2')">
<inactive s="0">HDMI2</inactive>
<active s="0">HDMI2</active>
</btn>
<btn j="0" x="212" y="248" w="105" h="106" t="btn_sqr" flip="None" sim="1" l="0" s="1" tags="" js="TV.Sony1.sendCmd('HDMI3')">
<inactive s="0">HDMI3</inactive>
<active s="0">HDMI3</active>
</btn>
<btn j="0" x="109" y="360" w="105" h="106" t="btn_sqr" flip="None" sim="1" l="0" s="1" tags="" js="TV.Sony1.sendCmd('HDMI4')">
<inactive s="0">HDMI4</inactive>
<active s="0">HDMI4</active>
</btn>
<input j="0" s="1" x="30" y="18" w="261" h="49" pass="0" autoFocus="0" f="0" t="input_default" l="0" tags="">password</input>
<btn j="0" x="192" y="77" w="105" h="106" t="btn_sqr" flip="None" sim="1" l="0" s="1" tags="" js="pairSony1();">
<inactive s="0">Pair</inactive>
<active s="0">Pair</active>
</btn>
</portrait>
<landscape />
</page>
</gui>