summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xres/values/colors.xml2
-rw-r--r--res/values/styles.xml21
2 files changed, 0 insertions, 23 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 28e691b4..6a18b2eb 100755
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -15,8 +15,6 @@
-->
<resources>
- <color name="view_background">#1c1c1c</color>
- <color name="title_background">#828282</color>
<color name="shadow">#cc222222</color>
<color name="transparent">#00000000</color>
</resources>
diff --git a/res/values/styles.xml b/res/values/styles.xml
deleted file mode 100644
index 627ab4bc..00000000
--- a/res/values/styles.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 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>
- <style name="TallTitleBarTheme" parent="android:Theme.NoTitleBar">
- <item name="android:windowContentOverlay">@null</item>
- </style>
-</resources>