<?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="app_name" translatable="false">Themes</string>
    <string name="rainbow_color_name_red">Red</string>
    <string name="rainbow_color_name_orange">Orange</string>
    <string name="rainbow_color_name_yellow">Yellow</string>
    <string name="rainbow_color_name_green">Green</string>
    <string name="rainbow_color_name_blue">Blue</string>
    <string name="rainbow_color_name_purple">Purple</string>
    <string name="rainbow_color_name_magenta">Magenta</string>
    <string name="monochromatic_name">Monochromatic</string>

    <string name="bundle_name_rainbow1" translatable="false">@string/rainbow_color_name_red</string>
    <string name="bundle_name_rainbow2" translatable="false">@string/rainbow_color_name_orange</string>
    <string name="bundle_name_rainbow3" translatable="false">@string/rainbow_color_name_yellow</string>
    <string name="bundle_name_rainbow4" translatable="false">@string/rainbow_color_name_green</string>
    <string name="bundle_name_rainbow5" translatable="false">@string/rainbow_color_name_blue</string>
    <string name="bundle_name_rainbow6" translatable="false">@string/rainbow_color_name_purple</string>
    <string name="bundle_name_rainbow7" translatable="false">@string/rainbow_color_name_magenta</string>
    <string name="bundle_name_monochromatic" translatable="false">@string/monochromatic_name</string>

    <string name="color_style_rainbow1" translatable="false">RAINBOW</string>
    <string name="color_style_rainbow2" translatable="false">RAINBOW</string>
    <string name="color_style_rainbow3" translatable="false">RAINBOW</string>
    <string name="color_style_rainbow4" translatable="false">RAINBOW</string>
    <string name="color_style_rainbow5" translatable="false">RAINBOW</string>
    <string name="color_style_rainbow6" translatable="false">RAINBOW</string>
    <string name="color_style_rainbow7" translatable="false">RAINBOW</string>
    <string name="color_style_monochromatic" translatable="false">MONOCHROMATIC</string>
</resources>
