summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorCamera Software Integration <camswint@localhost>2016-09-16 10:59:45 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-09-16 10:59:45 -0700
commit5bdaf0cda1627aef41e1420e8b08530a593730ec (patch)
tree643487ee386603d1e3871971edca8fb8b7bf48bc /res
parent451f3beec9b2cc256299e7498d63e9257ade2de8 (diff)
parent3455e9b489d9d47097df77a7845177407eb29f4f (diff)
downloadandroid_packages_apps_Snap-5bdaf0cda1627aef41e1420e8b08530a593730ec.tar.gz
android_packages_apps_Snap-5bdaf0cda1627aef41e1420e8b08530a593730ec.tar.bz2
android_packages_apps_Snap-5bdaf0cda1627aef41e1420e8b08530a593730ec.zip
Merge "SnapdragonCamera:Fix Camera FC in split screen" into camera.lnx.1.0.c7-dev
Diffstat (limited to 'res')
-rw-r--r--res/layout-land/review_module_control.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout-land/review_module_control.xml b/res/layout-land/review_module_control.xml
index 9f8b0cd46..d740eec7d 100644
--- a/res/layout-land/review_module_control.xml
+++ b/res/layout-land/review_module_control.xml
@@ -18,7 +18,7 @@
style="@style/CameraControls"
android:layout_gravity="right|center_vertical"
android:layout_marginRight="2dip">
- <ImageView android:id="@+id/btn_done"
+ <com.android.camera.ui.RotateImageView android:id="@+id/btn_done"
style="@style/ReviewControlIcon"
android:contentDescription="@string/accessibility_review_ok"
android:visibility="gone"
@@ -27,7 +27,7 @@
android:background="@drawable/bg_pressed"
android:src="@drawable/ic_menu_done_holo_light" />
- <ImageView android:id="@+id/btn_retake"
+ <com.android.camera.ui.RotateImageView android:id="@+id/btn_retake"
style="@style/ReviewControlIcon"
android:contentDescription="@string/accessibility_review_retake"
android:layout_gravity="right|center_vertical"
@@ -37,7 +37,7 @@
android:background="@drawable/bg_pressed"
android:src="@drawable/ic_btn_shutter_retake" />
- <ImageView android:id="@+id/btn_cancel"
+ <com.android.camera.ui.RotateImageView android:id="@+id/btn_cancel"
style="@style/ReviewControlIcon"
android:contentDescription="@string/accessibility_review_cancel"
android:visibility="gone"