diff options
author | Angus Kong <shkong@google.com> | 2011-08-22 12:27:21 +0800 |
---|---|---|
committer | Angus Kong <shkong@google.com> | 2011-08-25 11:37:03 +0800 |
commit | a907c122ccec649c6cedf3a45b1c426a5fca932e (patch) | |
tree | a9ee81ace05282d5e5661404085becd3e3393190 /res/layout-w1024dp/review_control.xml | |
parent | 50b3c890986aadb3780b4da8c0b8dbb0f1422eba (diff) | |
download | LegacyCamera-a907c122ccec649c6cedf3a45b1c426a5fca932e.zip LegacyCamera-a907c122ccec649c6cedf3a45b1c426a5fca932e.tar.gz LegacyCamera-a907c122ccec649c6cedf3a45b1c426a5fca932e.tar.bz2 |
Add thumbnail and share popup for the last result.
bug:5141665
Change-Id: Idc44d33d09c8d4a30fdcef66de2d6754daf1ea82
Diffstat (limited to 'res/layout-w1024dp/review_control.xml')
-rw-r--r-- | res/layout-w1024dp/review_control.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/layout-w1024dp/review_control.xml b/res/layout-w1024dp/review_control.xml index 63415d3..659670f 100644 --- a/res/layout-w1024dp/review_control.xml +++ b/res/layout-w1024dp/review_control.xml @@ -28,6 +28,7 @@ android:visibility="gone"> <Button android:id="@+id/btn_done" style="@style/ReviewControlIcon" + android:onClick="onDoneButtonClicked" android:drawableLeft="@drawable/ic_menu_done_holo_light" android:text="@string/review_ok"/> <ImageView @@ -41,6 +42,7 @@ style="@style/ReviewControlIcon" android:scaleType="center" android:clickable="true" + android:onClick="onRetakeButtonClicked" android:drawableLeft="@drawable/ic_switch_camera_holo_dark"/> <ImageView android:layout_width="wrap_content" @@ -49,6 +51,7 @@ </LinearLayout> <LinearLayout style="@style/ReviewControlGroup"> <Button android:id="@+id/btn_cancel" + android:onClick="onCancelButtonClicked" style="@style/ReviewControlIcon" android:drawableLeft="@drawable/ic_menu_cancel_holo_light" android:text="@string/review_cancel"/> |