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
commit87f2a4daff6a472051326e9488cce589d7960a40 (patch)
treed848b843c94379175ad1793a8e5f72075fd15076 /res/drawable
parent7cd69693797fc83ebd4f13607aac72c27bbe49ee (diff)
downloadandroid_packages_apps_Snap-87f2a4daff6a472051326e9488cce589d7960a40.tar.gz
android_packages_apps_Snap-87f2a4daff6a472051326e9488cce589d7960a40.tar.bz2
android_packages_apps_Snap-87f2a4daff6a472051326e9488cce589d7960a40.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>