diff options
author | Chung-yih Wang <cywang@google.com> | 2011-08-31 14:05:55 +0800 |
---|---|---|
committer | Chung-yih Wang <cywang@google.com> | 2011-09-01 00:09:29 +0800 |
commit | b1ce29490ec61847602ece16f3745417787d3d8f (patch) | |
tree | d9f41fc9a1f4722a8f3c7f8e5d712ab4275d88ac /res/layout | |
parent | c2f9a6866c8c0ea970f50645c33cf6296721bd91 (diff) | |
download | packages_apps_LegacyCamera-b1ce29490ec61847602ece16f3745417787d3d8f.zip packages_apps_LegacyCamera-b1ce29490ec61847602ece16f3745417787d3d8f.tar.gz packages_apps_LegacyCamera-b1ce29490ec61847602ece16f3745417787d3d8f.tar.bz2 |
Add the missing setEnabled() for phone UI controls.
bug:5109283
We have to hide the setting buttons during video recording, or it will crash
the camera driver easily by changing the camera settings. For camera
mode, we just simply disable the buttons with grey out effect.
Change-Id: Iec06a48f246ab5ef9ae4d8c6ca0b78851fcb0155
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/indicator_bar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/indicator_bar.xml b/res/layout/indicator_bar.xml index 359b4ad..0d5cb78 100644 --- a/res/layout/indicator_bar.xml +++ b/res/layout/indicator_bar.xml @@ -45,7 +45,7 @@ android:layout_centerHorizontal="true" android:layout_width="48dp" android:layout_height="match_parent"> - <ImageView + <com.android.camera.ui.ColorFilterImageView android:id="@+id/zoom_control_icon" android:layout_width="match_parent" android:layout_height="wrap_content" |