diff options
author | Chung-yih Wang <cywang@google.com> | 2011-11-11 20:46:43 +0800 |
---|---|---|
committer | Chung-yih Wang <cywang@google.com> | 2011-11-14 15:05:20 +0800 |
commit | 419d20ae123f53226ccefb7d28d8a40add8ffd0a (patch) | |
tree | b40c50d9fef68804ce91190a44101fc6a2af00fa /res/layout-sw600dp | |
parent | 8d51fc281ca4e14c87eac278d153e162c0e1fcf2 (diff) | |
download | LegacyCamera-419d20ae123f53226ccefb7d28d8a40add8ffd0a.zip LegacyCamera-419d20ae123f53226ccefb7d28d8a40add8ffd0a.tar.gz LegacyCamera-419d20ae123f53226ccefb7d28d8a40add8ffd0a.tar.bz2 |
Add a rotatable toast class.
bug:5575970
In order to show the toast in a landscape orientation with portrait
layout. The rotatable toast helper class is implementated and is also
applied for first-hint toast messages.
Change-Id: I942e87df1c1a4509d01cd41e2ecbdc2e2dfec049
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r-- | res/layout-sw600dp/preview_frame.xml | 1 | ||||
-rw-r--r-- | res/layout-sw600dp/preview_frame_video.xml | 1 |
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> |