summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorChih-yu Huang <akahuang@google.com>2011-10-28 16:27:08 +0800
committerChih-yu Huang <akahuang@google.com>2011-10-28 18:51:28 +0800
commitd6e5029b2df45210834334f7c2e99dfc85e962f0 (patch)
tree96bce8fdb2d21237d13484bfe9aaca21c348309a /res/layout-sw600dp
parent60dc073ff3087af41f9cf3b738eaa74bb2212f95 (diff)
downloadLegacyCamera-d6e5029b2df45210834334f7c2e99dfc85e962f0.zip
LegacyCamera-d6e5029b2df45210834334f7c2e99dfc85e962f0.tar.gz
LegacyCamera-d6e5029b2df45210834334f7c2e99dfc85e962f0.tar.bz2
Show video snapshot toast in first use.
bug:5494290 Change-Id: I7cb498ef50610d300a64d9d053b0a411d86da730
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/preview_frame.xml2
-rw-r--r--res/layout-sw600dp/preview_frame_video.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/res/layout-sw600dp/preview_frame.xml b/res/layout-sw600dp/preview_frame.xml
index 961a407..896d394 100644
--- a/res/layout-sw600dp/preview_frame.xml
+++ b/res/layout-sw600dp/preview_frame.xml
@@ -31,6 +31,6 @@
android:visibility="gone"/>
<include layout="@layout/focus_indicator"/>
<include layout="@layout/priority_indicators"/>
- <include layout="@layout/tap_to_focus_toast"/>
+ <include layout="@layout/first_hint_toast"/>
</com.android.camera.PreviewFrameLayout>
</RelativeLayout>
diff --git a/res/layout-sw600dp/preview_frame_video.xml b/res/layout-sw600dp/preview_frame_video.xml
index 69b7fe3..4e59c90 100644
--- a/res/layout-sw600dp/preview_frame_video.xml
+++ b/res/layout-sw600dp/preview_frame_video.xml
@@ -44,5 +44,6 @@
android:background="@drawable/bg_pressed"
android:visibility="gone"
android:onClick="onReviewPlayClicked" />
+ <include layout="@layout/first_hint_toast"/>
</com.android.camera.PreviewFrameLayout>
</RelativeLayout>