1<?xml version="1.0" encoding="UTF-8"?> 2<view 3id="LABEL_WIN" 4isusecommonskin="yes"> 5 <window 6 id="LABEL_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="" 19 onrefresh="LABEL_WIN_Onrefresh" 20 ontimer="LABEL_WIN_Ontimer" 21 onhide="LABEL_WIN_Onhide" 22 onkeydown="" 23 iswinmodel="no" 24 transparent="no" 25 isskinforcedraw="no" 26 isnotclone="no"> 27 28 <label 29 id="LABEL_WIN_LABEL" 30 top="20" 31 left="30" 32 width="260" 33 height="100" 34 isrelease="yes" 35 widgetposmirror="yes" 36 widgetinteriormirror="yes" 37 transparent="no" 38 normalskin="LABEL_SKIN" 39 font="SIMHEI_FONT_TEXT_30" 40 text="STR_LABEL1" 41 alignment="hcenter|vcenter|wrap" 42 /> 43 44 </window> 45</view> 46 47<!-- 48 * Copyright (c) 2022 HiSilicon (Shanghai) Technologies CO., LIMITED. 49 * Licensed under the Apache License, Version 2.0 (the "License"); 50 * you may not use this file except in compliance with the License. 51 * You may obtain a copy of the License at 52 * 53 * http://www.apache.org/licenses/LICENSE-2.0 54 * 55 * Unless required by applicable law or agreed to in writing, software 56 * distributed under the License is distributed on an "AS IS" BASIS, 57 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 58 * See the License for the specific language governing permissions and 59 * limitations under the License. 60-->