Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe2fba37 authored by Jaewan Kim's avatar Jaewan Kim Committed by Android (Google) Code Review
Browse files

Merge "PIP: Add RTL support" into nyc-dev

parents 55338963 26bb9b34
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2016, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->

<!-- These resources are around just to allow their values to be customized
     for TV products.  Do not translate. -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <!-- Default bounds [left top right bottom] on screen for picture-in-picture windows. -->
    <string translatable="false" name="config_defaultPictureInPictureBounds">"112 54 592 324"</string>

</resources>
+2 −2
Original line number Diff line number Diff line
@@ -25,10 +25,10 @@
    <bool name="config_defaultWindowFeatureOptionsPanel">false</bool>

    <!-- Default bounds [left top right bottom] on screen for picture-in-picture windows. -->
    <string translatable="false" name="config_defaultPictureInPictureBounds">"1420 100 1820 325"</string>
    <string translatable="false" name="config_defaultPictureInPictureBounds">"1328 54 1808 324"</string>

    <!-- Bounds [left top right bottom] on screen for picture-in-picture (PIP) windows, when the PIP
         is located in center. -->
    <string translatable="false" name="config_centeredPictureInPictureBounds">"600 331 1320 749"</string>
    <string translatable="false" name="config_centeredPictureInPictureBounds">"596 280 1324 690"</string>

</resources>