diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-05-25 10:22:48 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-05-25 10:22:48 +0800 |
commit | a31cbd3aae70135633661b4f159009b907672baf (patch) | |
tree | dbcec76152f8c962941ab6b630b2efb0c91deea8 | |
parent | c3b311ea7c3718a8b8c704e29c5928c0537a0b64 (diff) | |
download | LegacyCamera-a31cbd3aae70135633661b4f159009b907672baf.zip LegacyCamera-a31cbd3aae70135633661b4f159009b907672baf.tar.gz LegacyCamera-a31cbd3aae70135633661b4f159009b907672baf.tar.bz2 |
Fix the wrong RotateImageview package declaration.
Change-Id: I19ee665d6d6d33b6572b0523b29cd8d851a6c642
-rw-r--r-- | res/layout-xlarge/review_thumbnail.xml | 2 | ||||
-rw-r--r-- | res/layout/camera_control.xml | 4 | ||||
-rw-r--r-- | res/layout/review_thumbnail.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/res/layout-xlarge/review_thumbnail.xml b/res/layout-xlarge/review_thumbnail.xml index ce17517..7e7eb62 100644 --- a/res/layout-xlarge/review_thumbnail.xml +++ b/res/layout-xlarge/review_thumbnail.xml @@ -14,7 +14,7 @@ limitations under the License. --> -<com.android.camera.RotateImageView xmlns:android="http://schemas.android.com/apk/res/android" +<com.android.camera.ui.RotateImageView xmlns:android="http://schemas.android.com/apk/res/android" android:visibility="invisible" android:id="@+id/review_thumbnail" android:layout_width="112dp" diff --git a/res/layout/camera_control.xml b/res/layout/camera_control.xml index 4d35590..2b04ad8 100644 --- a/res/layout/camera_control.xml +++ b/res/layout/camera_control.xml @@ -29,7 +29,7 @@ android:layout_centerInParent="true" android:layout_height="wrap_content" android:layout_width="wrap_content"> - <com.android.camera.RotateImageView android:id="@+id/video_switch_icon" + <com.android.camera.ui.RotateImageView android:id="@+id/video_switch_icon" android:layout_height="wrap_content" android:layout_width="wrap_content" android:src="@drawable/btn_ic_mode_switch_video"/> @@ -38,7 +38,7 @@ android:layout_height="70dp" android:src="@drawable/btn_mode_switch_knob" android:background="@drawable/btn_mode_switch_bg" /> - <com.android.camera.RotateImageView + <com.android.camera.ui.RotateImageView android:id="@+id/camera_switch_icon" android:layout_height="wrap_content" android:layout_width="wrap_content" diff --git a/res/layout/review_thumbnail.xml b/res/layout/review_thumbnail.xml index 1b9039c..880d57b 100644 --- a/res/layout/review_thumbnail.xml +++ b/res/layout/review_thumbnail.xml @@ -14,7 +14,7 @@ limitations under the License. --> -<com.android.camera.RotateImageView xmlns:android="http://schemas.android.com/apk/res/android" +<com.android.camera.ui.RotateImageView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/review_thumbnail" android:layout_width="52dp" android:layout_height="52dp" |