diff options
author | Hung-ying Tyan <tyanh@google.com> | 2010-12-15 16:12:14 +0800 |
---|---|---|
committer | Hung-ying Tyan <tyanh@google.com> | 2010-12-15 16:58:06 +0800 |
commit | 34fa41048a31866b3188190ec597b5a00f44269b (patch) | |
tree | 6b1fca555ace740c8ff577f6343c4ee5d815e0bd /src/com/android/camera/VideoCamera.java | |
parent | b28ff297859deeacd9b70c0bb0299862a8606cbc (diff) | |
download | LegacyCamera-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.java | 4 |
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); } } |