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

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

Merge "PIP: Move TV PIP location to the bottom right"

parents 287eb95e 58a4b11a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <!-- The default gravity for the picture-in-picture window.
         Currently, this maps to Gravity.TOP | Gravity.LEFT -->
    <integer name="config_defaultPictureInPictureGravity">0x33</integer>
         Currently, this maps to Gravity.BOTTOM | Gravity.LEFT -->
    <integer name="config_defaultPictureInPictureGravity">0x53</integer>

</resources>
+2 −2
Original line number Diff line number Diff line
@@ -34,6 +34,6 @@
    <string translatable="false" name="config_defaultPictureInPictureScreenEdgeInsets">56x27</string>

    <!-- The default gravity for the picture-in-picture window.
         Currently, this maps to Gravity.TOP | Gravity.RIGHT -->
    <integer name="config_defaultPictureInPictureGravity">0x35</integer>
         Currently, this maps to Gravity.BOTTOM | Gravity.RIGHT -->
    <integer name="config_defaultPictureInPictureGravity">0x55</integer>
</resources>