blob: 3989d6eedca6b5e13c52d32f53e619be12402099 [file] [log] [blame]
El Dainosor1e3951e2019-10-28 15:26:07 -04001<!--
2/**
3 * Copyright (c) 2019, The Android Open Source Project
4 * Bootleggers ROM
5 *
6 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
9 *
10 * http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS,
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
17 */
18-->
19<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
20
El Dainosor1e3951e2019-10-28 15:26:07 -040021 <string name="theme_name_default">Default</string>
22 <string name="theme_title_default">@string/theme_name_default</string>
El Dainosor1e3951e2019-10-28 15:26:07 -040023
24 <!-- Values to declare accents, there aren't themes. -->
maxwen930a3222019-10-31 21:14:39 +010025 <string name="theme_name_omni">Omni</string>
26 <string name="theme_title_omni">@string/theme_name_omni</string>
27 <string name="theme_overlay_color_omni">com.android.theme.color.omni</string>
28 <string name="theme_overlay_icon_android_omni">com.android.theme.icon_pack.circular.android</string>
29 <string name="theme_overlay_icon_launcher_omni">com.android.theme.icon_pack.circular.launcher</string>
30 <string name="theme_overlay_icon_settings_omni">com.android.theme.icon_pack.circular.settings</string>
31 <string name="theme_overlay_icon_sysui_omni">com.android.theme.icon_pack.circular.systemui</string>
32 <string name="theme_overlay_shape_omni">com.android.theme.icon.circle</string>
33 <string name="theme_wallpaper_title_omni">Omni</string>
34 <string name="theme_wallpaper_attribution_omni">OmniROM</string>
35 <string name="theme_wallpaper_action_omni">https://www.omnirom.org/</string>
El Dainosor1e3951e2019-10-28 15:26:07 -040036
37</resources>