summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSascha Haeberling <haeberling@google.com>2013-08-26 16:55:53 -0700
committerSascha Haeberling <haeberling@google.com>2013-08-26 17:09:43 -0700
commitd2219d3023a93ce15725af5009627eb37e982726 (patch)
treef103c302fa4b6dcf032c730d3465a6982ae4f68d /src
parent80af7dd871547d03ee9ff5023cbec00b1d8677ee (diff)
downloadandroid_packages_apps_Snap-d2219d3023a93ce15725af5009627eb37e982726.tar.gz
android_packages_apps_Snap-d2219d3023a93ce15725af5009627eb37e982726.tar.bz2
android_packages_apps_Snap-d2219d3023a93ce15725af5009627eb37e982726.zip
Remove Refocus string and icon
Bug: 10494566 Change-Id: I49c61a5e1ae31e0458250e6cc624d63547ac0372
Diffstat (limited to 'src')
-rw-r--r--src/com/android/camera/ui/CameraSwitcher.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/com/android/camera/ui/CameraSwitcher.java b/src/com/android/camera/ui/CameraSwitcher.java
index d970537d3..aaa9cdac8 100644
--- a/src/com/android/camera/ui/CameraSwitcher.java
+++ b/src/com/android/camera/ui/CameraSwitcher.java
@@ -195,10 +195,6 @@ public class CameraSwitcher extends RotateImageView
item.setContentDescription(getContext().getResources().getString(
R.string.accessibility_switch_to_photo_sphere));
break;
- case R.drawable.ic_switch_refocus:
- item.setContentDescription(getContext().getResources().getString(
- R.string.accessibility_switch_to_refocus));
- break;
default:
break;
}