diff options
author | Angus Kong <shkong@google.com> | 2011-08-08 17:24:47 +0800 |
---|---|---|
committer | Angus Kong <shkong@google.com> | 2011-08-11 16:27:48 +0800 |
commit | 142402d57c1689c1342d096c976b9b0826f8ce1a (patch) | |
tree | 650ac2d29ec8c84347ced31e6e6c817e760097c4 /res/layout/pano_review.xml | |
parent | a18605333f037e5c8ff95584bc932e539ece249e (diff) | |
download | LegacyCamera-142402d57c1689c1342d096c976b9b0826f8ce1a.zip LegacyCamera-142402d57c1689c1342d096c976b9b0826f8ce1a.tar.gz LegacyCamera-142402d57c1689c1342d096c976b9b0826f8ce1a.tar.bz2 |
"Retake" and "Ok" buttons can function correctly.
1. "Retake" button brings user back to preview stage without saving the final result.
2. "Ok" button brings user back to preview stage after saving the final result.
bug:5031609
bug:5142100
bug:5134202
bug:5133871
Change-Id: I234e242182765cc5624b2fc8444bc38e5a9edf9f
Diffstat (limited to 'res/layout/pano_review.xml')
-rw-r--r-- | res/layout/pano_review.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/pano_review.xml b/res/layout/pano_review.xml index b778daa..40dee1e 100644 --- a/res/layout/pano_review.xml +++ b/res/layout/pano_review.xml @@ -39,11 +39,13 @@ <Button android:id="@+id/pano_review_retake_button" android:text="@string/review_retake" + android:onClick="onRetakeButtonClicked" android:textSize="24dp" android:layout_width="180dp" android:layout_height="180dp" /> <Button android:id="@+id/pano_review_ok_button" android:text="@string/review_ok" + android:onClick="onOkButtonClicked" android:textSize="24dp" android:layout_width="180dp" android:layout_height="180dp" /> |