• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version='1.0' encoding="utf-8"?>
2<!--
3 * Copyright (c) 2022 Huawei Device Co., Ltd.
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 *     http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 -->
16 <Configs>
17   <!--decor enable is true means app main window show decoration-->
18    <decor enable="true"></decor>
19    <!--maximum number of windows supported by unified rendering -->
20    <maxUniRenderAppWindowNumber>1</maxUniRenderAppWindowNumber>
21    <!--minimizeByOther enable is true means fullscreen window will be minmized by other fullscreen window-->
22    <minimizeByOther enable="true"></minimizeByOther>
23    <!--exit split screen mode ratio config-->
24    <exitSplitRatios>0.1 0.9</exitSplitRatios>
25    <!--split screen ratios config-->
26    <splitRatios>0.5 0.33 0.67</splitRatios>
27    <!--window animation config-->
28    <windowAnimation>
29        <scale>0.7 0.7</scale>
30    </windowAnimation>
31    <keyboardAnimation>
32        <timing>
33            <durationIn>500</durationIn>
34            <durationOut>300</durationOut>
35            <curve name="cubic">0.2 0.0 0.2 1.0</curve>
36        </timing>
37    </keyboardAnimation>
38 </Configs>
39