summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ui/IndicatorControl.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/ui/IndicatorControl.java')
-rw-r--r--src/com/android/camera/ui/IndicatorControl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/camera/ui/IndicatorControl.java b/src/com/android/camera/ui/IndicatorControl.java
index d97646a..19ff516 100644
--- a/src/com/android/camera/ui/IndicatorControl.java
+++ b/src/com/android/camera/ui/IndicatorControl.java
@@ -102,7 +102,7 @@ public abstract class IndicatorControl extends RelativeLayout implements
// Add other settings indicator.
if (otherSettingKeys != null) {
addOtherSettingIndicator(mContext,
- R.drawable.ic_settings_holo_light, otherSettingKeys);
+ R.drawable.ic_menu_overflow, otherSettingKeys);
}
}