Android O SDK.
[android_tools.git] / sdk / platforms / android-26 / data / res / values-television / config.xml
blobd62b93efc1a19acfb5b3c767084d306974bd7dc8
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 /*
4 ** Copyright 2015, The Android Open Source Project
5 **
6 ** Licensed under the Apache License, Version 2.0 (the "License");
7 ** you may not use this file except in compliance with the License.
8 ** You may obtain a copy of the License at
9 **
10 **     http://www.apache.org/licenses/LICENSE-2.0
12 ** Unless required by applicable law or agreed to in writing, software
13 ** distributed under the License is distributed on an "AS IS" BASIS,
14 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 ** See the License for the specific language governing permissions and
16 ** limitations under the License.
18 -->
20 <!-- These resources are around just to allow their values to be customized
21      for TV products.  Do not translate. -->
22 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
24     <!-- Flags enabling default window features. See Window.java -->
25     <bool name="config_defaultWindowFeatureOptionsPanel">false</bool>
27     <!-- The percentage of the screen width to use for the default width or height of
28          picture-in-picture windows. Regardless of the percent set here, calculated size will never
29          be smaller than @dimen/default_minimal_size_pip_resizable_task. -->
30     <item name="config_pictureInPictureDefaultSizePercent" format="float" type="dimen">0.14</item>
32     <!-- Default insets [LEFT/RIGHTxTOP/BOTTOM] from the screen edge for picture-in-picture windows.
33          These values are in DPs and will be converted to pixel sizes internally. -->
34     <string translatable="false" name="config_defaultPictureInPictureScreenEdgeInsets">56x27</string>
36     <!-- The default gravity for the picture-in-picture window.
37          Currently, this maps to Gravity.BOTTOM | Gravity.RIGHT -->
38     <integer name="config_defaultPictureInPictureGravity">0x55</integer>
40     <!-- Whether the device uses the default focus highlight when focus state isn't specified. -->
41     <bool name="config_useDefaultFocusHighlight">false</bool>
42 </resources>