1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2022 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License. 16 --> 17<resources> 18 <string name="app_name" translatable="false">Themes</string> 19 <string name="rainbow_color_name_red">Red</string> 20 <string name="rainbow_color_name_orange">Orange</string> 21 <string name="rainbow_color_name_yellow">Yellow</string> 22 <string name="rainbow_color_name_green">Green</string> 23 <string name="rainbow_color_name_blue">Blue</string> 24 <string name="rainbow_color_name_purple">Purple</string> 25 <string name="rainbow_color_name_magenta">Magenta</string> 26 <string name="monochromatic_name">Monochromatic</string> 27 28 <string name="bundle_name_rainbow1" translatable="false">@string/rainbow_color_name_red</string> 29 <string name="bundle_name_rainbow2" translatable="false">@string/rainbow_color_name_orange</string> 30 <string name="bundle_name_rainbow3" translatable="false">@string/rainbow_color_name_yellow</string> 31 <string name="bundle_name_rainbow4" translatable="false">@string/rainbow_color_name_green</string> 32 <string name="bundle_name_rainbow5" translatable="false">@string/rainbow_color_name_blue</string> 33 <string name="bundle_name_rainbow6" translatable="false">@string/rainbow_color_name_purple</string> 34 <string name="bundle_name_rainbow7" translatable="false">@string/rainbow_color_name_magenta</string> 35 <string name="bundle_name_monochromatic" translatable="false">@string/monochromatic_name</string> 36 37 <string name="color_style_rainbow1" translatable="false">RAINBOW</string> 38 <string name="color_style_rainbow2" translatable="false">RAINBOW</string> 39 <string name="color_style_rainbow3" translatable="false">RAINBOW</string> 40 <string name="color_style_rainbow4" translatable="false">RAINBOW</string> 41 <string name="color_style_rainbow5" translatable="false">RAINBOW</string> 42 <string name="color_style_rainbow6" translatable="false">RAINBOW</string> 43 <string name="color_style_rainbow7" translatable="false">RAINBOW</string> 44 <string name="color_style_monochromatic" translatable="false">MONOCHROMATIC</string> 45</resources> 46