diff options
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" |