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 b31c751..2dd8777 100644
--- a/src/com/android/camera/ui/IndicatorControl.java
+++ b/src/com/android/camera/ui/IndicatorControl.java
@@ -92,7 +92,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);
}
}