diff options
author | maxwen <max.weninger@gmail.com> | 2017-10-02 18:17:23 -0400 |
---|---|---|
committer | Isaac Chen <isaacchen@isaacchen.cn> | 2018-07-19 00:00:09 +0000 |
commit | 678bfcef816a36450307efe0a28f9a75fced137d (patch) | |
tree | 65bde92373e14b925cd59ef49873cd1ec6b7daad /overlay | |
parent | 25cd992652a09709aec29af35aef8e8a51f40db4 (diff) |
wayne: overlay: Update overlay to hide sRGB toggle
Expected as an array in Settings package.
Change-Id: I92a56abb0fc1379e4482d1889d04d8db6a14ea2b
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Settings/res/values/arrays.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/overlay/packages/apps/Settings/res/values/arrays.xml b/overlay/packages/apps/Settings/res/values/arrays.xml new file mode 100644 index 0000000..3a00a89 --- /dev/null +++ b/overlay/packages/apps/Settings/res/values/arrays.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2015 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"> + + <!-- IDs for each color mode. The values must match the corresponding constants in + android.view.Display --> + <integer-array name="color_mode_ids"> + <item>0</item> + <item>-1</item> + <item>-1</item> + </integer-array> + +</resources> |