1<?xml version="1.0" encoding="UTF-8"?> 2<view 3id="BUTTON_WIN" 4isusecommonskin="yes"> 5 <window 6 id="BUTTON_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="BUTTON_WIN_Onrefresh" 20 ontimer="BUTTON_WIN_Ontimer" 21 onhide="BUTTON_WIN_Onhide" 22 onkeydown="" 23 iswinmodel="no" 24 transparent="no" 25 isskinforcedraw="no" 26 isnotclone="no"> 27 28 <button 29 id="BUTTON_WIN_BUTTON1" 30 top="50" 31 left="50" 32 width="120" 33 height="60" 34 isrelease="yes" 35 islanchange="no" 36 normalskin="LIST_NORMAL_SKIN" 37 activeskin="LIST_NORMAL_SKIN" 38 checkednormal="" 39 font="SIMHEI_FONT_TEXT_30" 40 focusmode="auto" 41 widgetposmirror="no" 42 widgetinteriormirror="no" 43 leftmargin="0" 44 topmargin="0" 45 rightmargin="0" 46 bottommargin="0" 47 transparent="no" 48 isskinforcedraw="no" 49 alignment="hcenter|vcenter" 50 isnofocus="no" 51 style="normal" 52 checkedmousedown="" 53 text="STR_BUTTON1" 54 ontouchaction=""/> 55 56 </window> 57</view> 58 59<!-- 60 * Copyright (c) 2022 HiSilicon (Shanghai) Technologies CO., LIMITED. 61 * Licensed under the Apache License, Version 2.0 (the "License"); 62 * you may not use this file except in compliance with the License. 63 * You may obtain a copy of the License at 64 * 65 * http://www.apache.org/licenses/LICENSE-2.0 66 * 67 * Unless required by applicable law or agreed to in writing, software 68 * distributed under the License is distributed on an "AS IS" BASIS, 69 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 70 * See the License for the specific language governing permissions and 71 * limitations under the License. 72-->