aboutsummaryrefslogtreecommitdiffstats
path: root/themes/res/values/themes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'themes/res/values/themes.xml')
-rw-r--r--themes/res/values/themes.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/themes/res/values/themes.xml b/themes/res/values/themes.xml
deleted file mode 100644
index a4daeb65..00000000
--- a/themes/res/values/themes.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2012-2013 The CyanogenMod 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 xmlns:android="http://schemas.android.com/apk/res/android">
- <!-- The identifiers of the themes that this app contains. All the resources
- of every theme MUST be qualified with the identifier of the theme -->
- <string-array name="themes_ids" translatable="false">
- <item>dark</item>
- </string-array>
- <string-array name="themes_names" translatable="false">
- <item>@string/dark_theme_name</item>
- </string-array>
- <string-array name="themes_descriptions" translatable="false">
- <item>@string/dark_theme_desc</item>
- </string-array>
-</resources>