summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2010-11-23 16:25:46 -0800
committerKenny Root <kroot@google.com>2010-11-23 16:25:53 -0800
commit31be258f46fa7cbc9c3c299098ead58db87bf4f8 (patch)
tree127f3a7c6083d67a7be99532021e1cb29456c761 /res
parent30892f2bd83d08ceed20cbf014fdc00fb8585c32 (diff)
downloadandroid_packages_apps_PackageInstaller-31be258f46fa7cbc9c3c299098ead58db87bf4f8.tar.gz
android_packages_apps_PackageInstaller-31be258f46fa7cbc9c3c299098ead58db87bf4f8.tar.bz2
android_packages_apps_PackageInstaller-31be258f46fa7cbc9c3c299098ead58db87bf4f8.zip
Remove unused resources
A previous cleanup deleted some use of custom styles and some resources were left orphaned. Change-Id: If47e80dc45ac319c6bfde4b447b081655166adde
Diffstat (limited to 'res')
-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>