From e4427f4f17c5355450c2549cac9ededf753b2167 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 25 Nov 2009 16:21:01 +0000 Subject: [PATCH] Added a "show no widgets" entry into the widgets rotation. Eventually, we should have a preference per account for whether listview starts in no-widgets or flag mode. --- res/layout/message_list_item.xml | 3 +- .../android/email/activity/MessageList.java | 37 +++++++++++++++---- 2 files changed, 31 insertions(+), 9 deletions(-) diff --git a/res/layout/message_list_item.xml b/res/layout/message_list_item.xml index ae67d4ed5..d615d1500 100644 --- a/res/layout/message_list_item.xml +++ b/res/layout/message_list_item.xml @@ -25,6 +25,7 @@ android:paddingLeft="10dip" android:layout_toLeftOf="@id/widgets" android:layout_toRightOf="@+id/chip" + android:layout_alignWithParentIfMissing="true" android:layout_marginRight="1dip" />