summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2009-04-29 17:47:19 -0700
committerOwen Lin <owenlin@google.com>2009-05-06 23:29:35 -0700
commit601ce56b034f111b2875e7636776f2f359f6a156 (patch)
tree13d6fa813fd643f7ec12de6228523f49b7337e4e /res/layout
parent36d0da60b1b4ab021303584d76833bdc7da0d517 (diff)
downloadLegacyCamera-601ce56b034f111b2875e7636776f2f359f6a156.zip
LegacyCamera-601ce56b034f111b2875e7636776f2f359f6a156.tar.gz
LegacyCamera-601ce56b034f111b2875e7636776f2f359f6a156.tar.bz2
Add progress dialog for delete operation and make the close button work
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/image_gallery_2.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/res/layout/image_gallery_2.xml b/res/layout/image_gallery_2.xml
index 390a6e4..b2a9365 100644
--- a/res/layout/image_gallery_2.xml
+++ b/res/layout/image_gallery_2.xml
@@ -60,6 +60,7 @@
android:visibility="gone"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
+ android:clickable="false"
android:layout_alignParentBottom="true"
android:paddingTop="5dip"
android:paddingLeft="4dip"
@@ -67,19 +68,19 @@
android:paddingBottom="1dip"
android:background="@android:drawable/bottom_bar">
- <Button android:id="@+id/share"
+ <Button android:id="@+id/button_share"
android:layout_width="0dip"
android:layout_height="fill_parent"
android:layout_weight="1"
android:text="@string/multiselect_share" />
- <Button android:id="@+id/delete"
+ <Button android:id="@+id/button_delete"
android:layout_width="0dip"
android:layout_height="fill_parent"
android:layout_weight="1"
android:text="@string/multiselect_delete" />
- <Button android:id="@+id/close"
+ <Button android:id="@+id/button_close"
android:layout_width="0dip"
android:layout_height="fill_parent"
android:layout_weight="1"