summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorSascha Haeberling <haeberling@google.com>2012-10-11 16:04:01 -0700
committerSascha Haeberling <haeberling@google.com>2012-10-11 16:04:01 -0700
commitd3a5231ab09ff2ddca3776107a8a7fac292703f0 (patch)
treeac616136a05936134bea1839ed7db771143eb840 /res/drawable
parent37a9333651cead185d982d9b809cb3425a24d3d8 (diff)
downloadandroid_packages_apps_Gallery2-d3a5231ab09ff2ddca3776107a8a7fac292703f0.tar.gz
android_packages_apps_Gallery2-d3a5231ab09ff2ddca3776107a8a7fac292703f0.tar.bz2
android_packages_apps_Gallery2-d3a5231ab09ff2ddca3776107a8a7fac292703f0.zip
Removing the disabled undo button.
Bug: 7333546 Addendum to http://go/ag//#/c/238167/ Change-Id: If39d93ffa9367ecd6b731c2c32ed0cab055000f4
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/btn_undo.xml21
-rw-r--r--res/drawable/filtershow_button_undo_disabled.pngbin849 -> 0 bytes
2 files changed, 0 insertions, 21 deletions
diff --git a/res/drawable/btn_undo.xml b/res/drawable/btn_undo.xml
deleted file mode 100644
index 3323255f2..000000000
--- a/res/drawable/btn_undo.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2012 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_enabled="false" android:drawable="@drawable/filtershow_button_undo_disabled" />
- <item android:drawable="@drawable/filtershow_button_undo" />
-</selector>
-
diff --git a/res/drawable/filtershow_button_undo_disabled.png b/res/drawable/filtershow_button_undo_disabled.png
deleted file mode 100644
index 6d42aa8fb..000000000
--- a/res/drawable/filtershow_button_undo_disabled.png
+++ /dev/null
Binary files differ