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

Commit 9f2524be authored by Mariia Sandrikova's avatar Mariia Sandrikova
Browse files

Turn off rounded corners for letterbox by default.

Needed because rounded corners can lead to client composition with significant negative impact on performance.

Fix: 205812157
Test: manual
Change-Id: Idcfaf15fb667a0de0fb2e7942747cc472a0d429e
parent 5b9b66e8
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -4879,9 +4879,10 @@
         the app in the letterbox mode. -->
    <item name="config_fixedOrientationLetterboxAspectRatio" format="float" type="dimen">0.0</item>

    <!-- Corners radius for activity presented the letterbox mode. Values < 0 will be ignored and
         min between device bottom corner radii will be used instead. -->
    <integer name="config_letterboxActivityCornersRadius">-1</integer>
    <!-- Corners radius for activity presented the letterbox mode. Values < 0 enable rounded
         corners with radius equal to min between device bottom corner radii. Default 0 value turns
         off rounded corners logic in LetterboxUiController. -->
    <integer name="config_letterboxActivityCornersRadius">0</integer>

    <!-- Blur radius for the Option 3 in R.integer.config_letterboxBackgroundType. Values < 0 are
        ignored and 0 is used. -->