summaryrefslogtreecommitdiffstats
path: root/res/layout/viewimage.xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-01-09 17:51:25 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-01-09 17:51:25 -0800
commitb97ccf3f20bee44daf70f10966809e39e30ab4f7 (patch)
treefb6c421cd04ffed74e50cd62e4fdab34d5a9f448 /res/layout/viewimage.xml
parent0eaec58e292ce4eaa6baadecf643f0f65e48d278 (diff)
downloadpackages_apps_LegacyCamera-b97ccf3f20bee44daf70f10966809e39e30ab4f7.zip
packages_apps_LegacyCamera-b97ccf3f20bee44daf70f10966809e39e30ab4f7.tar.gz
packages_apps_LegacyCamera-b97ccf3f20bee44daf70f10966809e39e30ab4f7.tar.bz2
auto import from //branches/cupcake/...@125939
Diffstat (limited to 'res/layout/viewimage.xml')
-rw-r--r--res/layout/viewimage.xml55
1 files changed, 55 insertions, 0 deletions
diff --git a/res/layout/viewimage.xml b/res/layout/viewimage.xml
index de042f1..e27bd7c 100644
--- a/res/layout/viewimage.xml
+++ b/res/layout/viewimage.xml
@@ -76,6 +76,61 @@
</view>
</AbsoluteLayout>
+ <LinearLayout
+ android:visibility="gone"
+ android:id="@+id/action_icon_panel"
+ android:layout_alignParentTop="true"
+ android:layout_alignParentRight="true"
+ android:paddingLeft="7dip"
+ android:paddingRight="18dip"
+ android:paddingTop="6dip"
+ android:paddingBottom="6dip"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
+
+ <com.android.camera.ActionMenuButton
+ android:id="@+id/capture"
+ android:drawableTop="@drawable/ic_menu_capture"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/camera_capture"
+ style="@style/OnscreenActionIcon"
+ />
+ <com.android.camera.ActionMenuButton
+ android:id="@+id/gallery"
+ android:drawableTop="@drawable/ic_menu_gallery"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/camera_gallery"
+ style="@style/OnscreenActionIcon"
+ />
+ <com.android.camera.ActionMenuButton
+ android:id="@+id/setas"
+ android:drawableTop="@drawable/ic_menu_set_as"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/camera_set"
+ style="@style/OnscreenActionIcon"
+ />
+ <com.android.camera.ActionMenuButton
+ android:id="@+id/share"
+ android:drawableTop="@drawable/ic_menu_share"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/camera_share"
+ style="@style/OnscreenActionIcon"
+ />
+ <com.android.camera.ActionMenuButton
+ android:id="@+id/discard"
+ android:drawableTop="@drawable/ic_menu_delete"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:text="@string/camera_toss"
+ style="@style/OnscreenActionIcon"
+ />
+ </LinearLayout>
+
<ImageView android:id="@+id/prev_image"
android:layout_width="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentLeft="true"