Rename name of color
BUG: 1904417
This commit is contained in:
parent
27bc39399e
commit
9e7a9801c7
@ -71,7 +71,7 @@
|
|||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
<View
|
<View
|
||||||
android:id="@+id/folder_separator"
|
android:id="@+id/folder_separator"
|
||||||
android:background="@color/account_folder_list_item_background_separator"
|
android:background="@color/account_folder_list_item_separator"
|
||||||
android:layout_width="0.5dip"
|
android:layout_width="0.5dip"
|
||||||
android:layout_height="40dip"
|
android:layout_height="40dip"
|
||||||
android:layout_marginLeft="5dip" />
|
android:layout_marginLeft="5dip" />
|
||||||
|
@ -18,5 +18,5 @@
|
|||||||
<color name="folder_message_list_child_background">#3B3B3B</color>
|
<color name="folder_message_list_child_background">#3B3B3B</color>
|
||||||
<color name="message_list_item_background_unread">#333333</color>
|
<color name="message_list_item_background_unread">#333333</color>
|
||||||
<color name="message_list_item_background_read">#3B3B3B</color>
|
<color name="message_list_item_background_read">#3B3B3B</color>
|
||||||
<color name="account_folder_list_item_background_separator">#303030</color>
|
<color name="account_folder_list_item_separator">#303030</color>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user