summaryrefslogtreecommitdiffstats
path: root/res/layout/one_ui_layout.xml
diff options
context:
space:
mode:
authorpezhan <pezhan@codeaurora.org>2017-01-09 11:19:54 +0800
committerpezhan <pezhan@codeaurora.org>2017-01-11 15:20:31 +0800
commit326822d1e444da7b227be3c86815e3ee6eb6453d (patch)
tree09fa64a75d294bbd63faf5298d861197d5e30478 /res/layout/one_ui_layout.xml
parent15f6d966c807c371a12f68bf9f5f4e7447a9ba8e (diff)
downloadandroid_packages_apps_Snap-326822d1e444da7b227be3c86815e3ee6eb6453d.tar.gz
android_packages_apps_Snap-326822d1e444da7b227be3c86815e3ee6eb6453d.tar.bz2
android_packages_apps_Snap-326822d1e444da7b227be3c86815e3ee6eb6453d.zip
SnapdragonCamera:Fix [FR35432] BestPicture function lost.
Add dialog when saving selected BestPicture. Add "X" icon display beside camcorder icon to exit BestPicture mode. Add multiple selections(Three dots beside SAVE)and "X" icon. Add dialog when select "X" icon. Add overflow menu with multiple selections to chose "Save All" or "Delete All" when click overflow menu. Add click for "Save All" to save all 1o pictures. Add click for "Delete All" to pop delete all dialog. Change-Id: I59cdad0f77fde616ea34db4d9d186d322285e394 CRs-Fixed: 1102814, 1102807, 1099428
Diffstat (limited to 'res/layout/one_ui_layout.xml')
-rwxr-xr-xres/layout/one_ui_layout.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/res/layout/one_ui_layout.xml b/res/layout/one_ui_layout.xml
index 38322663a..5904b5b96 100755
--- a/res/layout/one_ui_layout.xml
+++ b/res/layout/one_ui_layout.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2016, The Linux Foundation. All rights reserved.
+<!-- Copyright (c) 2016-2017 The Linux Foundation. All rights reserved.
Not a Contribution.
Copyright (C) 2013 The Android Open Source Project
@@ -98,6 +98,18 @@
android:scaleType="fitCenter" />
<com.android.camera.ui.RotateImageView
+ android:id="@+id/exit_best_mode"
+ android:layout_width="25dp"
+ android:layout_height="25dp"
+ android:clickable="true"
+ android:contentDescription="@string/accessibility_exit_best_mode_button"
+ android:focusable="true"
+ android:layout_gravity="top|left"
+ android:scaleType="fitCenter"
+ android:src="@drawable/x"
+ android:visibility="gone"/>
+
+ <com.android.camera.ui.RotateImageView
android:id="@+id/front_back_switcher"
style="@style/OneUIMenuButton"
android:src="@drawable/front_back_camera" />