Merge change 25691 into eclair

* changes:
  UI Refulesh of account folder list
This commit is contained in:
Android (Google) Code Review 2009-09-17 22:45:14 -04:00
commit 8b240ed9dc
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@
</LinearLayout>
<View
android:id="@+id/folder_separator"
android:background="@color/account_folder_list_item_background_read"
android:background="@color/account_folder_list_item_background_separator"
android:layout_width="0.5dip"
android:layout_height="40dip"
android:layout_marginLeft="5dip" />

View File

@ -18,5 +18,5 @@
<color name="folder_message_list_child_background">#3B3B3B</color>
<color name="message_list_item_background_unread">#333333</color>
<color name="message_list_item_background_read">#3B3B3B</color>
<color name="account_folder_list_item_background_read">#303030</color>
<color name="account_folder_list_item_background_separator">#303030</color>
</resources>