summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorSanthosh Kumar Thimmanna Bhattar <sthim@codeaurora.org>2017-12-19 15:29:25 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-12-27 02:30:33 -0800
commit08cbd3511475751c9692b98a8f6c9401f3e9ced0 (patch)
tree9473dd5bd77bd83f28fd2e2e05c316c7e74d8f09 /res/layout
parentaa5c7deafa60650bb874d97110a601acdaf7e46d (diff)
downloadandroid_packages_apps_Snap-08cbd3511475751c9692b98a8f6c9401f3e9ced0.tar.gz
android_packages_apps_Snap-08cbd3511475751c9692b98a8f6c9401f3e9ced0.tar.bz2
android_packages_apps_Snap-08cbd3511475751c9692b98a8f6c9401f3e9ced0.zip
SnapdragonCamera: Rename the resource Id to fix CTS issue.
Issue: CTS test case testImageCapture is failing due to mismatch in resource Id of OK button in SnapdragonCamera app and CTS . After take picture , CTS app is sending click event for OK button in SnapdragonCamera. But event is failed due to mismatch in Id. Fix: Rename resource Id of OK button as per the CTS. Change-Id: I7d3b087e4ac73fc7ee1034b7d2845241e6023b29
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/review_module_control.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/review_module_control.xml b/res/layout/review_module_control.xml
index 8280b3101..768fc1a0d 100644
--- a/res/layout/review_module_control.xml
+++ b/res/layout/review_module_control.xml
@@ -18,7 +18,7 @@
style="@style/CameraControls"
android:layout_gravity="bottom|center_horizontal"
android:layout_marginBottom="2dip">
- <com.android.camera.ui.RotateImageView android:id="@+id/btn_done"
+ <com.android.camera.ui.RotateImageView android:id="@+id/done_button"
style="@style/ReviewControlIcon"
android:contentDescription="@string/accessibility_review_ok"
android:visibility="gone"