summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorSascha Haeberling <haeberling@google.com>2013-08-27 00:20:12 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-08-27 00:20:12 +0000
commit143eb46b81202601e5454d460ea80a4796ecf43d (patch)
tree0e7f8e2c69b7055592ed274d9a6e157697295f63 /src/com
parent3be7f94c1029728a8e236cfcde9c8bce68244095 (diff)
parentd2219d3023a93ce15725af5009627eb37e982726 (diff)
downloadandroid_packages_apps_Snap-143eb46b81202601e5454d460ea80a4796ecf43d.tar.gz
android_packages_apps_Snap-143eb46b81202601e5454d460ea80a4796ecf43d.tar.bz2
android_packages_apps_Snap-143eb46b81202601e5454d460ea80a4796ecf43d.zip
Merge "Remove Refocus string and icon" into gb-ub-photos-carlsbad
Diffstat (limited to 'src/com')
-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;
}