summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
authorAlan Newberger <alann@google.com>2014-05-12 12:42:54 -0700
committerAlan Newberger <alann@google.com>2014-05-12 12:42:54 -0700
commit2b39b3eea496c968b68b108ccafcc2455a942668 (patch)
treeafacc62b96fcc45e94dea98315db7148f1f874e1 /res/layout-port
parent66f5c1aaf06950be74f59a0f52c2cb53a69b4208 (diff)
downloadandroid_packages_apps_Camera2-2b39b3eea496c968b68b108ccafcc2455a942668.tar.gz
android_packages_apps_Camera2-2b39b3eea496c968b68b108ccafcc2455a942668.tar.bz2
android_packages_apps_Camera2-2b39b3eea496c968b68b108ccafcc2455a942668.zip
added '+' to ImageView id
in landscape counterpart this id is already marked with '+', looks like a longstanding omission that is now causing build errors on master. Change-Id: Iecd8c69346d396449fe1b90a5d74ccb31cf9ea3e
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/pano_review_control.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-port/pano_review_control.xml b/res/layout-port/pano_review_control.xml
index 852b486ad..eeb2ebee4 100644
--- a/res/layout-port/pano_review_control.xml
+++ b/res/layout-port/pano_review_control.xml
@@ -24,10 +24,10 @@
android:layout_height="wrap_content"
android:layout_width="wrap_content" />
- <ImageView android:id="@id/pano_review_cancel_button"
+ <ImageView android:id="@+id/pano_review_cancel_button"
android:scaleType="center"
style="@style/ReviewControlIcon"
android:contentDescription="@string/accessibility_review_cancel"
android:layout_gravity="center_horizontal|bottom"
android:src="@drawable/ic_menu_cancel_holo_light" />
-</merge> \ No newline at end of file
+</merge>