felix: overlay: Import selected framework-res/Settings product RRO overlays

Change-Id: I375809d68a093be9b0a17d761bda0b41e1e4cac4
This commit is contained in:
Michael Bestas 2023-07-16 15:58:40 +03:00 committed by Michael Bestas
parent 8cc113140b
commit 0ccd493bb8
No known key found for this signature in database
GPG key ID: CC95044519BE6669
4 changed files with 270 additions and 0 deletions

View file

@ -17,4 +17,17 @@
<resources>
<!-- Whether to show Smooth Display feature in Settings Options -->
<bool name="config_show_smooth_display">true</bool>
<!-- The settings/preference description for each settable device state defined in the array
"config_perDeviceStateRotationLockDefaults".
The item in position "i" describes the auto-rotation setting for the device state also in
position "i" in the array "config_perDeviceStateRotationLockDefaults". -->
<string-array name="config_settableAutoRotationDeviceStatesDescriptions">
<item>@string/setting_auto_rotate_folded</item>
<item>@null</item>
<item>@string/setting_auto_rotate_unfolded</item>
</string-array>
<!-- The ratio to use when using the two-pane settings layout -->
<item name="config_activity_embed_split_ratio" format="float" type="dimen">0.5</item>
</resources>

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2007 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="setting_auto_rotate_folded">Auto-rotate when folded</string>
<string name="setting_auto_rotate_unfolded">Auto-rotate when unfolded</string>
</resources>