Merge change 25691 into eclair
* changes: UI Refulesh of account folder list
This commit is contained in:
commit
8b240ed9dc
@ -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" />
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user