summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorGeorge Mount <mount@google.com>2012-10-05 16:17:13 -0700
committerGeorge Mount <mount@google.com>2012-10-05 16:52:28 -0700
commitaeae1502fba8ea6d26dd10d0a111ea965ce37931 (patch)
tree4fa09bda9713a5071566706373728821f1c6df71 /res/drawable
parente6b2212a98fcd175343d63d2772afe963dc6d64e (diff)
downloadandroid_packages_apps_Gallery2-aeae1502fba8ea6d26dd10d0a111ea965ce37931.tar.gz
android_packages_apps_Gallery2-aeae1502fba8ea6d26dd10d0a111ea965ce37931.tar.bz2
android_packages_apps_Gallery2-aeae1502fba8ea6d26dd10d0a111ea965ce37931.zip
Move LightCycle undo to settings area.
Bug 7294328 Change-Id: I7bfbcf030f9c4e70b58b47ddab328a9063af007e
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/btn_undo.xml21
-rw-r--r--res/drawable/filtershow_button_undo_disabled.pngbin0 -> 849 bytes
2 files changed, 21 insertions, 0 deletions
diff --git a/res/drawable/btn_undo.xml b/res/drawable/btn_undo.xml
new file mode 100644
index 000000000..3323255f2
--- /dev/null
+++ b/res/drawable/btn_undo.xml
@@ -0,0 +1,21 @@
+<?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
new file mode 100644
index 000000000..6d42aa8fb
--- /dev/null
+++ b/res/drawable/filtershow_button_undo_disabled.png
Binary files differ