Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 877d5886 authored by Michael Bestas's avatar Michael Bestas
Browse files

stub: Import extra color bundles from TQ2A.230305.008.C1

* Extracted from cheetah TQ2A.230305.008.C1 with the following:
  - adb shell cmd overlay dump com.android.systemui:accent
  - adb shell cmd overlay dump com.android.systemui:neutral

Change-Id: Ic039fa96e11608f04af78390fb03370794f7f08f
parent d0f5572a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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>
+1 −2
Original line number Diff line number Diff line
@@ -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>
+48 −0
Original line number Diff line number Diff line
<?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>
+39 −0
Original line number Diff line number Diff line
<?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>