• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8"?>
2<view
3id="SCROLLVIEW_WIN"
4isusecommonskin="yes">
5    <window
6    id="SCROLLVIEW_WIN"
7    top="0"
8    left="0"
9    width="320"
10    height="240"
11    isrelease="yes"
12    islanchange="no"
13    normalskin="GROUP_SKIN"
14    focusmode="auto"
15    isnofocus="no"
16    opacity="255"
17    winlevel="0"
18    onshow="SCROLLVIEW_WIN_Onshow"
19    onrefresh="SCROLLVIEW_WIN_Onrefresh"
20    ontimer="SCROLLVIEW_WIN_Ontimer"
21    onhide="SCROLLVIEW_WIN_Onhide"
22    onkeydown=""
23    iswinmodel="no"
24    transparent="no"
25    isskinforcedraw="no"
26    isnotclone="no">
27
28    <scrollview
29        id="SCROLLVIEW_WIN_SCROLLVIEW1"
30        top="20"
31        left="20"
32        width="280"
33        height="200"
34        isrelease="yes"
35        islanchange="no"
36        normalskin="LIST_NORMAL_SKIN"
37        leftmargin="0"
38        topmargin="0"
39        rightmargin="0"
40        bottommargin="0"
41        verticalscrollbar=""
42        horizontalscrollbar=""
43        step=""
44        interval=""
45        contentwidth=""
46        contentheight=""
47        alwaycenter="no"
48        direction="vertical"
49        onviewmove="OnViewMoveListener">
50
51            <button
52            id="CHILDBUTTON_01"
53            top="0"
54            left="0"
55            width="280"
56            height="50"
57            isrelease="yes"
58            islanchange="no"
59            normalskin="BUTTON_NORMAL_SKIN"
60            activeskin="BUTTON_ACTIVE_SKIN"
61            focusmode="auto"
62            transparent="no"
63            isskinforcedraw="yes"
64            text="STR_NUM1"
65            font="SIMHEI_FONT_TEXT_20"
66            ongesturetap=""
67            isnofocus="no"
68            style="normal"
69            leftmargin="0"
70            topmargin="0"
71            rightmargin="0"
72            bottommargin="0"/>
73
74            <button
75            id="CHILDBUTTON_02"
76            top="50"
77            left="0"
78            width="280"
79            height="50"
80            isrelease="yes"
81            islanchange="no"
82            normalskin="BUTTON_NORMAL_SKIN"
83            activeskin="BUTTON_ACTIVE_SKIN"
84            focusmode="auto"
85            transparent="no"
86            text="STR_NUM2"
87            font="SIMHEI_FONT_TEXT_20"
88            isskinforcedraw="yes"
89            ongesturetap=""
90            isnofocus="no"
91            style="normal"
92            leftmargin="0"
93            topmargin="0"
94            rightmargin="0"
95            bottommargin="0"/>
96
97            <button
98            id="CHILDBUTTON_03"
99            top="100"
100            left="0"
101            width="280"
102            height="50"
103            isrelease="yes"
104            islanchange="no"
105            normalskin="BUTTON_NORMAL_SKIN"
106            activeskin="BUTTON_ACTIVE_SKIN"
107            focusmode="auto"
108            transparent="no"
109            text="STR_NUM3"
110            font="SIMHEI_FONT_TEXT_20"
111            isskinforcedraw="yes"
112            ongesturetap=""
113            isnofocus="no"
114            style="normal"
115            leftmargin="0"
116            topmargin="0"
117            rightmargin="0"
118            bottommargin="0"/>
119
120            <button
121            id="CHILDBUTTON_04"
122            top="150"
123            left="0"
124            width="280"
125            height="50"
126            isrelease="yes"
127            islanchange="no"
128            normalskin="BUTTON_NORMAL_SKIN"
129            activeskin="BUTTON_ACTIVE_SKIN"
130            focusmode="auto"
131            transparent="no"
132            isskinforcedraw="yes"
133            ongesturetap=""
134            text="STR_NUM4"
135            font="SIMHEI_FONT_TEXT_20"
136            isnofocus="no"
137            style="normal"
138            leftmargin="0"
139            topmargin="0"
140            rightmargin="0"
141            bottommargin="0"/>
142
143            <button
144            id="CHILDBUTTON_05"
145            top="200"
146            left="0"
147            width="280"
148            height="50"
149            isrelease="yes"
150            islanchange="no"
151            normalskin="BUTTON_NORMAL_SKIN"
152            activeskin="BUTTON_ACTIVE_SKIN"
153            focusmode="auto"
154            text="STR_NUM5"
155            font="SIMHEI_FONT_TEXT_20"
156            transparent="no"
157            isskinforcedraw="yes"
158            ongesturetap=""
159            isnofocus="no"
160            style="normal"
161            leftmargin="0"
162            topmargin="0"
163            rightmargin="0"
164            bottommargin="0"/>
165
166            <button
167            id="CHILDBUTTON_06"
168            top="250"
169            left="0"
170            width="280"
171            height="50"
172            isrelease="yes"
173            islanchange="no"
174            normalskin="BUTTON_NORMAL_SKIN"
175            activeskin="BUTTON_ACTIVE_SKIN"
176            focusmode="auto"
177            text="STR_NUM6"
178            font="SIMHEI_FONT_TEXT_20"
179            transparent="no"
180            isskinforcedraw="yes"
181            ongesturetap=""
182            isnofocus="no"
183            style="normal"
184            leftmargin="0"
185            topmargin="0"
186            rightmargin="0"
187            bottommargin="0"/>
188        </scrollview>
189    </window>
190</view>
191
192<!--
193 * Copyright (c) 2022 HiSilicon (Shanghai) Technologies CO., LIMITED.
194 * Licensed under the Apache License, Version 2.0 (the "License");
195 * you may not use this file except in compliance with the License.
196 * You may obtain a copy of the License at
197 *
198 * http://www.apache.org/licenses/LICENSE-2.0
199 *
200 * Unless required by applicable law or agreed to in writing, software
201 * distributed under the License is distributed on an "AS IS" BASIS,
202 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
203 * See the License for the specific language governing permissions and
204 * limitations under the License.
205-->