diff options
| author | 2023-07-20 16:01:59 +0000 | |
|---|---|---|
| committer | 2023-07-20 16:01:59 +0000 | |
| commit | a7311a2509f7fb0b66810e974395ea31090d08bb (patch) | |
| tree | 642e4d57f31c6e8a71acc9f842c9a1b7d273359e | |
| parent | c74cee4353eb6418913542823f57e06b20e4f93f (diff) | |
| parent | a037b3ebef25d65b2731b14073f32a4e422cfbce (diff) | |
Merge "Change letterbox background default solid color" into udc-qpr-dev
| -rw-r--r-- | core/res/res/values/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 39bbac57c4f2..fc75ea4af0c6 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -5591,7 +5591,7 @@ the Option 3 is selected for R.integer.config_letterboxBackgroundType. Values < 0 or >= 1 are ignored and 0.0 (transparent) is used instead. --> <item name="config_letterboxBackgroundWallaperDarkScrimAlpha" format="float" type="dimen"> - 0.68 + 0.75 </item> <!-- Corners appearance of the letterbox background. @@ -5616,7 +5616,7 @@ but isn't supported on the device or both dark scrim alpha and blur radius aren't provided. --> - <color name="config_letterboxBackgroundColor">@color/system_on_secondary_fixed</color> + <color name="config_letterboxBackgroundColor">@color/system_neutral1_1000</color> <!-- Horizontal position of a center of the letterboxed app window. 0 corresponds to the left side of the screen and 1 to the right side. If given value < 0 |