From 488301d03e7969e0b7e5c3cfd5405dfbca532314 Mon Sep 17 00:00:00 2001 From: Daniel Applebaum Date: Tue, 27 Apr 2010 03:18:41 +0000 Subject: [PATCH] Revert r1611. The extra alignment constraints made the stars go blank when there was more than one digit for the starred count. --- res/layout/accounts_item.xml | 1 - res/layout/folder_list_item.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/res/layout/accounts_item.xml b/res/layout/accounts_item.xml index 5e466ccd2..7d5946e5f 100644 --- a/res/layout/accounts_item.xml +++ b/res/layout/accounts_item.xml @@ -78,7 +78,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentBottom="true" - android:layout_alignRight="@+id/new_message_count" android:layout_gravity="bottom" android:layout_marginBottom="1dip" android:paddingTop="6dip" diff --git a/res/layout/folder_list_item.xml b/res/layout/folder_list_item.xml index eef8a75c7..bdfcacc6c 100644 --- a/res/layout/folder_list_item.xml +++ b/res/layout/folder_list_item.xml @@ -78,7 +78,6 @@ android:layout_height="wrap_content" android:layout_gravity="bottom" android:layout_alignParentBottom="true" - android:layout_alignRight="@+id/folder_unread_message_count" android:layout_marginBottom="1dip" android:paddingTop="6dip" android:paddingBottom="4dip"