summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ui/ZoomControl.java
diff options
context:
space:
mode:
authorChung-yih Wang <cywang@google.com>2011-09-03 11:27:50 +0800
committerChung-yih Wang <cywang@google.com>2011-09-06 11:25:02 +0800
commitfe370991104ad90b0656d5cc897171cb5cb8780b (patch)
treedef8a3de0ada48245a40a491546114b20152e606 /src/com/android/camera/ui/ZoomControl.java
parentfc404e9a87e2f7e1fa9bc0ede998ed9cf75a047d (diff)
downloadpackages_apps_LegacyCamera-fe370991104ad90b0656d5cc897171cb5cb8780b.zip
packages_apps_LegacyCamera-fe370991104ad90b0656d5cc897171cb5cb8780b.tar.gz
packages_apps_LegacyCamera-fe370991104ad90b0656d5cc897171cb5cb8780b.tar.bz2
Fix the draw/layout before initialization.
bug:5246857 Change-Id: I8aa96a744cbff414f38e7c886a613cf2c9c7922e
Diffstat (limited to 'src/com/android/camera/ui/ZoomControl.java')
-rw-r--r--src/com/android/camera/ui/ZoomControl.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/com/android/camera/ui/ZoomControl.java b/src/com/android/camera/ui/ZoomControl.java
index 0c8a765..6ab2573 100644
--- a/src/com/android/camera/ui/ZoomControl.java
+++ b/src/com/android/camera/ui/ZoomControl.java
@@ -80,9 +80,6 @@ public abstract class ZoomControl extends RelativeLayout {
public ZoomControl(Context context, AttributeSet attrs) {
super(context, attrs);
- }
-
- public void initialize(Context context) {
mZoomIn = addImageView(context, R.drawable.ic_zoom_in_holo_light);
mZoomSlider = addImageView(context, R.drawable.btn_zoom_slider);
mZoomOut = addImageView(context, R.drawable.ic_zoom_out_holo_light);