diff --git a/res/layout/mailbox_list_item.xml b/res/layout/mailbox_list_item.xml index 751109789..d4e28c2a3 100644 --- a/res/layout/mailbox_list_item.xml +++ b/res/layout/mailbox_list_item.xml @@ -17,7 +17,7 @@ - #00000000 - - - #000000 - #666666 diff --git a/res/values/colors.xml b/res/values/colors.xml index ed941f128..32b98f8b1 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -29,7 +29,7 @@ #fffff1a8 - #ffffff + #000000 #666666 #888888 diff --git a/src/com/android/email/activity/MailboxList.java b/src/com/android/email/activity/MailboxList.java index 0e040135c..9e97c241f 100644 --- a/src/com/android/email/activity/MailboxList.java +++ b/src/com/android/email/activity/MailboxList.java @@ -44,6 +44,9 @@ import android.view.Window; import android.view.animation.AnimationUtils; import android.widget.TextView; +// TODO: This has a lot in common with MessageList --should we merge them somehow? +// But maybe we'll need to move to a single activity style anyway -- let's not worry about it too +// much for now. We might even completely ditch this activity and switch to a dialog. public class MailboxList extends Activity implements MailboxListFragment.Callback { // Intent extras (internal to this activity) @@ -155,7 +158,6 @@ public class MailboxList extends Activity implements MailboxListFragment.Callbac finish(); return; } - // TODO: may need to clear notifications here } @Override