session-android/res/values/colors.xml

14 lines
540 B
XML
Raw Normal View History

2011-12-20 19:20:44 +01:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="white">#ffffffff</color>
<color name="black">#ff000000</color>
<color name="conversation_list_item_background_read_light">#ffeeeeee</color>
<color name="conversation_list_item_background_unread_light">#ffffffff</color>
<color name="conversation_list_item_background_read_dark">#ff000000</color>
<color name="conversation_list_item_background_unread_dark">#ff333333</color>
<color name="textsecure_holo_blue_light">#ff33b5e5</color>
2011-12-20 19:20:44 +01:00
</resources>