diff options
author | 2018-02-14 19:07:21 +0000 | |
---|---|---|
committer | 2018-02-14 19:07:21 +0000 | |
commit | f979bcfaba477a5a73bed76b178f1cdeb46dd1d9 (patch) | |
tree | e33f43a44383b374e090a490dc34640be059c209 | |
parent | 70759df969019e52c983c009b7f278db38978969 (diff) | |
parent | 8ee207e0195517d403894be978194a18e1d51097 (diff) |
Merge "Move default bounds to top right of the screen for QuickStep."
-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 cf7925baa578..0218750d0f87 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2913,8 +2913,8 @@ <item name="config_pictureInPictureAspectRatioLimitForMinSize" format="float" type="dimen">1.777778</item> <!-- The default gravity for the picture-in-picture window. - Currently, this maps to Gravity.BOTTOM | Gravity.RIGHT --> - <integer name="config_defaultPictureInPictureGravity">0x55</integer> + Currently, this maps to Gravity.TOP | Gravity.RIGHT --> + <integer name="config_defaultPictureInPictureGravity">0x35</integer> <!-- The minimum aspect ratio (width/height) that is supported for picture-in-picture. Any ratio smaller than this is considered too tall and thin to be usable. Currently, this |