summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorLikai Ding <likaid@codeaurora.org>2015-04-27 14:21:31 +0800
committerLikai Ding <likaid@codeaurora.org>2015-04-27 14:22:34 +0800
commitc58ac9b63792a8a4459972fd836baa0697ae2765 (patch)
treeb3139726e9e611a4c22c2902201728f9ad4ad788 /res/layout
parent09db6ed4599bb6686e81a45e9fb1e0287c0eb7f7 (diff)
downloadandroid_packages_apps_Snap-c58ac9b63792a8a4459972fd836baa0697ae2765.tar.gz
android_packages_apps_Snap-c58ac9b63792a8a4459972fd836baa0697ae2765.tar.bz2
android_packages_apps_Snap-c58ac9b63792a8a4459972fd836baa0697ae2765.zip
SnapdragonCamera: add touch animation for refocus
also added a dialog to explain refocus mode Change-Id: I8c319c2cb64ca85d320eca453ade9c325fd4ac37
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/refocus_editor.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/refocus_editor.xml b/res/layout/refocus_editor.xml
index c4b42bb4c..454d44a46 100644
--- a/res/layout/refocus_editor.xml
+++ b/res/layout/refocus_editor.xml
@@ -65,4 +65,9 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
android:layout_height="wrap_content"
android:layout_alignParentRight="true" />
</RelativeLayout>
+
+ <view class="com.android.camera.RefocusActivity$Indicator"
+ android:id="@+id/refocus_indicator"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
</FrameLayout>