diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2023-03-21 20:27:55 +0200 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-04-22 03:43:05 +0800 |
commit | 68c875e3b0f9cd01eb1e480750f6ca0109c45a3e (patch) | |
tree | 33a95b5b8dd0892abfe29212af4a708da7abbd7e | |
parent | ccb35d40d4b1ac331d222d70c8448be27cc98dfc (diff) |
stub: Import extra color bundles from TQ1A.221205.011tachibana
* Extracted from cheetah TQ1A.221205.011 with the following:
- adb shell cmd overlay dump com.android.systemui:accent
- adb shell cmd overlay dump com.android.systemui:neutral
Change-Id: Ic039fa96e11608f04af78390fb03370794f7f08f
-rw-r--r-- | themes/res/values/color-bundles.xml | 9 | ||||
-rw-r--r-- | themes/res/values/colors.xml | 3 | ||||
-rw-r--r-- | themes/res/values/ice_colors.xml | 48 | ||||
-rw-r--r-- | themes/res/values/ice_strings.xml | 39 |
4 files changed, 97 insertions, 2 deletions
diff --git a/themes/res/values/color-bundles.xml b/themes/res/values/color-bundles.xml index ced594ef..734ec583 100644 --- a/themes/res/values/color-bundles.xml +++ b/themes/res/values/color-bundles.xml @@ -16,6 +16,10 @@ --> <resources> <array name="color_bundles"> + <item>default</item> + <item>bundle1</item> + <item>bundle2</item> + <item>bundle3</item> <item>monochromatic</item> <item>rainbow1</item> <item>rainbow2</item> @@ -24,5 +28,10 @@ <item>rainbow5</item> <item>rainbow6</item> <item>rainbow7</item> + <item>fruits1</item> + <item>fruits2</item> + <item>fruits3</item> + <item>fruits4</item> + <item>fruits5</item> </array> </resources> diff --git a/themes/res/values/colors.xml b/themes/res/values/colors.xml index 53a4966b..78ee67d9 100644 --- a/themes/res/values/colors.xml +++ b/themes/res/values/colors.xml @@ -15,8 +15,7 @@ ~ limitations under the License. --> <resources> -<!--TODO(b/257218629)--> - <color name="color_secondary_monochromatic">#FFFF00</color> + <color name="color_secondary_monochromatic">#333333</color> <color name="color_secondary_rainbow1">#FFB2B5</color> <color name="color_secondary_rainbow2">#FFB868</color> <color name="color_secondary_rainbow3">#E9C44A</color> diff --git a/themes/res/values/ice_colors.xml b/themes/res/values/ice_colors.xml new file mode 100644 index 00000000..b4993838 --- /dev/null +++ b/themes/res/values/ice_colors.xml @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright (C) 2022 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> + <color name="color_primary_default">#FFFFFF</color> + <color name="color_secondary_default">#1A73E8</color> + + <color name="color_primary_bundle1">#0A8758</color> + <color name="color_primary_bundle2">#746BC1</color> + <color name="color_primary_bundle3">#A66800</color> + <color name="color_secondary_bundle1">#0A8758</color> + <color name="color_secondary_bundle2">#746BC1</color> + <color name="color_secondary_bundle3">#A66800</color> + + <color name="color_primary_monochromatic">#666666</color> + + <color name="color_primary_rainbow1">#FFB2B5</color> + <color name="color_primary_rainbow2">#FFB868</color> + <color name="color_primary_rainbow3">#E9C44A</color> + <color name="color_primary_rainbow4">#BAF293</color> + <color name="color_primary_rainbow5">#96CBFF</color> + <color name="color_primary_rainbow6">#CBBFFF</color> + <color name="color_primary_rainbow7">#F5ACFB</color> + + <color name="color_primary_fruits1">#FFEEB2</color> + <color name="color_primary_fruits2">#CCEE99</color> + <color name="color_primary_fruits3">#B1EBFF</color> + <color name="color_primary_fruits4">#EBDCFF</color> + <color name="color_primary_fruits5">#FFD8EB</color> + <color name="color_secondary_fruits1">#FFEEB2</color> + <color name="color_secondary_fruits2">#CCEE99</color> + <color name="color_secondary_fruits3">#B1EBFF</color> + <color name="color_secondary_fruits4">#EBDCFF</color> + <color name="color_secondary_fruits5">#FFD8EB</color> +</resources> diff --git a/themes/res/values/ice_strings.xml b/themes/res/values/ice_strings.xml new file mode 100644 index 00000000..c716af7d --- /dev/null +++ b/themes/res/values/ice_strings.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright (C) 2022 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> + <string name="default_color_name">Classic</string> + <string name="bundle1_color_name">Carbon</string> + <string name="bundle2_color_name">Paper</string> + <string name="bundle3_color_name">Sun</string> + + <string name="bundle_name_default" translatable="false">@string/default_color_name</string> + <string name="bundle_name_bundle1" translatable="false">@string/bundle1_color_name</string> + <string name="bundle_name_bundle2" translatable="false">@string/bundle2_color_name</string> + <string name="bundle_name_bundle3" translatable="false">@string/bundle3_color_name</string> + + <string name="bundle_name_fruits1" translatable="false">@string/default_color_name</string> + <string name="bundle_name_fruits2" translatable="false">@string/default_color_name</string> + <string name="bundle_name_fruits3" translatable="false">@string/default_color_name</string> + <string name="bundle_name_fruits4" translatable="false">@string/default_color_name</string> + <string name="bundle_name_fruits5" translatable="false">@string/default_color_name</string> + + <string name="color_style_fruits1" translatable="false">FRUIT_SALAD</string> + <string name="color_style_fruits2" translatable="false">FRUIT_SALAD</string> + <string name="color_style_fruits3" translatable="false">FRUIT_SALAD</string> + <string name="color_style_fruits4" translatable="false">FRUIT_SALAD</string> + <string name="color_style_fruits5" translatable="false">FRUIT_SALAD</string> +</resources> |