summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-06-28 23:32:09 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-06-28 23:32:09 -0700
commita69dfb08c8e9e3bd3b29f697b9966b73e7043136 (patch)
tree44bf2a25735660d6195b71a28b8bcd5a18928fb9 /res/layout
parentbaf5d9e613ce79ad444c48b5450aa7c89af6d468 (diff)
parent0e48fe644678ccdbcf8768e19961cccab726291f (diff)
downloadLegacyCamera-a69dfb08c8e9e3bd3b29f697b9966b73e7043136.zip
LegacyCamera-a69dfb08c8e9e3bd3b29f697b9966b73e7043136.tar.gz
LegacyCamera-a69dfb08c8e9e3bd3b29f697b9966b73e7043136.tar.bz2
Merge change 3805 into donut
* changes: Enable multiselect delete.
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/delete_image.xml26
-rw-r--r--res/layout/image_gallery_2.xml4
2 files changed, 29 insertions, 1 deletions
diff --git a/res/layout/delete_image.xml b/res/layout/delete_image.xml
new file mode 100644
index 0000000..d60b1bd
--- /dev/null
+++ b/res/layout/delete_image.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content">
+ <ProgressBar android:id="@+id/delete_progress"
+ style="?android:attr/progressBarStyleHorizontal"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:max="10000"/>
+</LinearLayout>
diff --git a/res/layout/image_gallery_2.xml b/res/layout/image_gallery_2.xml
index b2a9365..d76d6d1 100644
--- a/res/layout/image_gallery_2.xml
+++ b/res/layout/image_gallery_2.xml
@@ -68,11 +68,13 @@
android:paddingBottom="1dip"
android:background="@android:drawable/bottom_bar">
- <Button android:id="@+id/button_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/button_delete"
android:layout_width="0dip"