summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorRaj Yengisetty <rajesh@cyngn.com>2014-06-13 13:00:04 -0700
committerAbhisek Devkota <ciwrl@cyanogenmod.com>2014-06-13 16:50:37 -0700
commit42c18d681ff3ab49d9f34e3cebd08fc91bcf08d8 (patch)
treea49e251b6609ac1e490491d56452775b84a6e29c /res/drawable
parent62f05a1bf7da5866c5a6d1df982ce7005e4ac8fe (diff)
downloadpackages_apps_Trebuchet-42c18d681ff3ab49d9f34e3cebd08fc91bcf08d8.tar.gz
packages_apps_Trebuchet-42c18d681ff3ab49d9f34e3cebd08fc91bcf08d8.tar.bz2
packages_apps_Trebuchet-42c18d681ff3ab49d9f34e3cebd08fc91bcf08d8.zip
Revert "Trebuchet : Icon pack support"
This is no longer needed because of the awesome new Themes Engine This reverts commit 89970649602163ba8cb5c01c4c77534f45b66121. Change-Id: I1dca53b8c8020ecb6ab7b0da6931f380564eda85
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/iconpack_button.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/res/drawable/iconpack_button.xml b/res/drawable/iconpack_button.xml
deleted file mode 100644
index fedfb7a8e..000000000
--- a/res/drawable/iconpack_button.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 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.
--->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_focused="true" android:drawable="@drawable/ic_iconpacks_pressed" />
- <item android:state_pressed="true" android:drawable="@drawable/ic_iconpacks_pressed" />
- <item android:drawable="@drawable/ic_iconpacks" />
-</selector>