summaryrefslogtreecommitdiff
path: root/src/com/android/camera/VideoCamera.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/VideoCamera.java')
-rw-r--r--src/com/android/camera/VideoCamera.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/camera/VideoCamera.java b/src/com/android/camera/VideoCamera.java
index ec7a5f3e..31444c40 100644
--- a/src/com/android/camera/VideoCamera.java
+++ b/src/com/android/camera/VideoCamera.java
@@ -1915,8 +1915,8 @@ public class VideoCamera extends ActivityBase
}
if (mPreviewBorder != null) {
mPreviewBorder.setBackgroundResource(enable
- ? R.drawable.border_preview_time_lapse_holo
- : R.drawable.border_preview_holo);
+ ? R.drawable.border_preview_time_lapse
+ : R.drawable.border_preview);
}
}