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

Commit e75f0285 authored by Mariia Sandrikova's avatar Mariia Sandrikova Committed by Automerger Merge Worker
Browse files

Merge "Turn off rounded corners for letterbox by default." into sc-v2-dev am: 92d14a2a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16297154

Change-Id: I16ac523ea6a5b3c45613aa70f802b157a89f1193
parents 035254bf 92d14a2a
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. -->