summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorWei Huang <weih@google.com>2011-11-14 09:13:58 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-14 09:13:58 -0800
commit657537f9c9c581c9d63a372ceccfc02e42112ae5 (patch)
treeff0cb00aa8edb94c9290d19dedd1454cb5bdcae5 /res/layout-sw600dp
parent89f72855e4b7f0f1e6b362bdfdb07e376d113af6 (diff)
parent419d20ae123f53226ccefb7d28d8a40add8ffd0a (diff)
downloadLegacyCamera-657537f9c9c581c9d63a372ceccfc02e42112ae5.zip
LegacyCamera-657537f9c9c581c9d63a372ceccfc02e42112ae5.tar.gz
LegacyCamera-657537f9c9c581c9d63a372ceccfc02e42112ae5.tar.bz2
Merge "Add a rotatable toast class." into ics-mr1
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/preview_frame.xml1
-rw-r--r--res/layout-sw600dp/preview_frame_video.xml1
2 files changed, 0 insertions, 2 deletions
diff --git a/res/layout-sw600dp/preview_frame.xml b/res/layout-sw600dp/preview_frame.xml
index 896d394..1316f4a 100644
--- a/res/layout-sw600dp/preview_frame.xml
+++ b/res/layout-sw600dp/preview_frame.xml
@@ -31,6 +31,5 @@
android:visibility="gone"/>
<include layout="@layout/focus_indicator"/>
<include layout="@layout/priority_indicators"/>
- <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 aab1ee1..1108814 100644
--- a/res/layout-sw600dp/preview_frame_video.xml
+++ b/res/layout-sw600dp/preview_frame_video.xml
@@ -48,6 +48,5 @@
android:background="@drawable/bg_pressed"
android:visibility="gone"
android:onClick="onReviewPlayClicked" />
- <include layout="@layout/first_hint_toast"/>
</com.android.camera.PreviewFrameLayout>
</RelativeLayout>