summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorChung-yih Wang <cywang@google.com>2011-09-02 19:52:43 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-02 19:52:43 -0700
commitf6de2b4114de0355581a666cde86c3351b851417 (patch)
treecff4269b2c864ae467d2eae74d4031775c8f2ebb /res/layout
parent364ac94ce918501f02ace9f6aeb3744fccd95275 (diff)
parentb1ce29490ec61847602ece16f3745417787d3d8f (diff)
downloadLegacyCamera-f6de2b4114de0355581a666cde86c3351b851417.zip
LegacyCamera-f6de2b4114de0355581a666cde86c3351b851417.tar.gz
LegacyCamera-f6de2b4114de0355581a666cde86c3351b851417.tar.bz2
Merge "Add the missing setEnabled() for phone UI controls."
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/indicator_bar.xml2
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"