diff options
author | Rajesh Yengisetty <rajesh@cyngn.com> | 2015-02-19 02:10:33 +0000 |
---|---|---|
committer | Raj Yengisetty <rajesh@cyngn.com> | 2015-02-19 16:50:48 -0800 |
commit | f4943c9cfb628d00fb3e4e67a183f50bc31e7165 (patch) | |
tree | 42c6d38cfe6326eb1e4c3d66e9ad2672011578f6 /res/drawable | |
parent | 816e426c8215ef04d591db4c309df4c6b054c4f8 (diff) | |
download | packages_apps_Trebuchet-f4943c9cfb628d00fb3e4e67a183f50bc31e7165.tar.gz packages_apps_Trebuchet-f4943c9cfb628d00fb3e4e67a183f50bc31e7165.tar.bz2 packages_apps_Trebuchet-f4943c9cfb628d00fb3e4e67a183f50bc31e7165.zip |
Revert "Adding manage apps shortcut to Settings panel"stable/cm-12.0-YNG1I
This reverts commit cc342519488d50d2f59f514940de6cf02bd53ab2.
Change-Id: I8f5c593f93c4706127d2c0473f59abcd74776e47
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/manage_apps_button.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/res/drawable/manage_apps_button.xml b/res/drawable/manage_apps_button.xml deleted file mode 100644 index 24d841e60..000000000 --- a/res/drawable/manage_apps_button.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2013 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_apps_pressed" /> - <item android:state_pressed="true" android:drawable="@drawable/ic_apps_pressed" /> - <item android:drawable="@drawable/ic_apps" /> -</selector> |