am 8b240ed9: Merge change 25691 into eclair

Merge commit '8b240ed9dc57425804ed816265be7a032be21717' into eclair-plus-aosp

* commit '8b240ed9dc57425804ed816265be7a032be21717':
  UI Refulesh of account folder list
This commit is contained in:
satok 2009-09-17 19:49:57 -07:00 committed by Android Git Automerger
commit 7ac694965c
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>