summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_fail_material.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-03-30 01:25:56 +0300
committerMichael Bestas <mikeioannina@gmail.com>2015-03-30 01:26:06 +0300
commitd3e0766d0a9fa0c2682883a89c575ee878a7e799 (patch)
tree95c17e772096cb45e08a0a6f7b3c9a10dcad336d /res/drawable/ic_fail_material.xml
parent96668c23514fb1b54c258446f768e559da6acd88 (diff)
downloadandroid_packages_apps_PackageInstaller-d3e0766d0a9fa0c2682883a89c575ee878a7e799.tar.gz
android_packages_apps_PackageInstaller-d3e0766d0a9fa0c2682883a89c575ee878a7e799.tar.bz2
android_packages_apps_PackageInstaller-d3e0766d0a9fa0c2682883a89c575ee878a7e799.zip
Revert "Use Material tinting for install result"staging/cm-12.1stable/cm-12.1-YOG3C
* We already have a more proper fix This reverts commit 950eaa29967d9a225781a7f4cdce22fa9c43fba4. Change-Id: I2716773072fba2557bc0b2649b63bfe6e2636b53
Diffstat (limited to 'res/drawable/ic_fail_material.xml')
-rw-r--r--res/drawable/ic_fail_material.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/res/drawable/ic_fail_material.xml b/res/drawable/ic_fail_material.xml
deleted file mode 100644
index 9d53fdc0..00000000
--- a/res/drawable/ic_fail_material.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2014 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.
--->
-<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
- android:src="@drawable/ic_fail"
- android:tint="?android:attr/colorControlNormal" />