summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/VideoCamera.java
diff options
context:
space:
mode:
authorHung-ying Tyan <tyanh@google.com>2010-12-15 16:12:14 +0800
committerHung-ying Tyan <tyanh@google.com>2010-12-15 16:58:06 +0800
commit34fa41048a31866b3188190ec597b5a00f44269b (patch)
tree6b1fca555ace740c8ff577f6343c4ee5d815e0bd /src/com/android/camera/VideoCamera.java
parentb28ff297859deeacd9b70c0bb0299862a8606cbc (diff)
downloadLegacyCamera-34fa41048a31866b3188190ec597b5a00f44269b.zip
LegacyCamera-34fa41048a31866b3188190ec597b5a00f44269b.tar.gz
LegacyCamera-34fa41048a31866b3188190ec597b5a00f44269b.tar.bz2
Use the preview border images in asset git.
+ Append .9 to the file name. + Create time lapse verion. + Fix the 9 patch for hdpi images. + Remove the old images. + Increase margins for GPS indicator and thumbnail. Change-Id: I4c3eb6599fe36846d4b9bb9bdf825b8aa8f1aaad
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 302e50c..ba38dc7 100644
--- a/src/com/android/camera/VideoCamera.java
+++ b/src/com/android/camera/VideoCamera.java
@@ -1864,8 +1864,8 @@ public class VideoCamera extends NoSearchActivity
}
if (mPreviewBorder != null) {
mPreviewBorder.setBackgroundResource(enable
- ? R.drawable.border_preview_time_lapse
- : R.drawable.border_preview);
+ ? R.drawable.border_preview_time_lapse_holo
+ : R.drawable.border_preview_holo);
}
}