From 7a46a584c6dfa8190948fdacf0909c10dc6125fc Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 22 Nov 2009 21:23:00 +0000 Subject: [PATCH] When flipping messages, be sure we jump to the top as we display --- res/layout-land/message_view.xml | 4 +++- res/layout/message_view.xml | 1 + src/com/android/email/activity/MessageView.java | 9 +++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/res/layout-land/message_view.xml b/res/layout-land/message_view.xml index 70cc82890..6a01b2996 100644 --- a/res/layout-land/message_view.xml +++ b/res/layout-land/message_view.xml @@ -4,8 +4,10 @@ android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:background="@android:color/white"> + android:background="@android:color/white" + >