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

Commit 58a4b11a authored by Jaewan Kim's avatar Jaewan Kim
Browse files

PIP: Move TV PIP location to the bottom right

Bug: 36275692
Test: Manual test (video is attached to the issue)
Change-Id: I3fc4c5238f82f2db732653e162893f2d573b110d
parent ec50f703
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>