summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2012-10-29 13:11:10 -0700
committerDoris Liu <tianliu@google.com>2012-10-29 13:39:06 -0700
commitbf1677a434760fcb7389a30c18e05cc3e7926d40 (patch)
treeeec90d549d07081d9567e3f5651ea5a48bd807a0 /res/drawable
parentbe8f8878f7941bcb6b86523ed3c0ecc21761c104 (diff)
downloadandroid_packages_apps_Gallery2-bf1677a434760fcb7389a30c18e05cc3e7926d40.tar.gz
android_packages_apps_Gallery2-bf1677a434760fcb7389a30c18e05cc3e7926d40.tar.bz2
android_packages_apps_Gallery2-bf1677a434760fcb7389a30c18e05cc3e7926d40.zip
Disable save button when there's no modification
Bug: 7353884 Change-Id: I1b88e8b8ab3a92aad1226c60062a17a2f4badfb9
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/menu_save_photo.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/drawable/menu_save_photo.xml b/res/drawable/menu_save_photo.xml
new file mode 100644
index 000000000..0b92ac968
--- /dev/null
+++ b/res/drawable/menu_save_photo.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2010 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="true" android:drawable="@drawable/ic_menu_savephoto" />
+ <item android:state_enabled="false" android:drawable="@drawable/ic_menu_savephoto_disabled" />
+</selector>