mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
db9656c70c
1) No more blue/green for outgoing messages. Just lock or no lock. 2) Use 9-patches instead of shapes for better bubble performance. 3) Use tinting rather than different colored assets. 4) Change outgoing status indicators so that they don't change width of the bubble as they update. 5) Switch to using ..., check, double-check for pending, sent, delivered rather than using bubble tone to indicate pending. // FREEBIE
45 lines
2.0 KiB
XML
45 lines
2.0 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<resources>
|
|
<color name="textsecure_primary">#ff2090ea</color>
|
|
<color name="textsecure_primary_dark">#ff1c7ac5</color>
|
|
|
|
<color name="textsecure_primary_alpha33">#552090ea</color>
|
|
|
|
<color name="white">#ffffffff</color>
|
|
<color name="black">#ff000000</color>
|
|
<color name="gray5">#ffeeeeee</color>
|
|
<color name="gray10">#ffdddddd</color>
|
|
<color name="gray12">#ffe0e0e0</color>
|
|
<color name="gray13">#ffababab</color>
|
|
<color name="gray20">#ffcccccc</color>
|
|
<color name="gray27">#ffbbbbbb</color>
|
|
<color name="gray50">#ff808080</color>
|
|
<color name="gray65">#ff595959</color>
|
|
<color name="gray70">#ff4d4d4d</color>
|
|
<color name="gray78">#ff383838</color>
|
|
<color name="gray95">#ff111111</color>
|
|
|
|
<color name="gray95_transparent50">#7F111111</color>
|
|
|
|
<color name="conversation_list_item_background_read_light">#ffffffff</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="conversation_list_divider_light">#15000000</color>
|
|
<color name="conversation_list_divider_dark">#22ffffff</color>
|
|
|
|
<color name="textsecure_holo_blue_light">#ff33b5e5</color>
|
|
|
|
<color name="dark_action_bar">#ff111111</color>
|
|
<color name="touch_highlight">#400099cc</color>
|
|
<color name="light_button">#33ffffff</color>
|
|
<color name="light_button_highlight">#66ffffff</color>
|
|
|
|
<color name="import_export_item_background_light">#ffeeeeee</color>
|
|
<color name="import_export_item_background_dark">#ff333333</color>
|
|
<color name="import_export_item_background_shadow_light">#ffd5d5d5</color>
|
|
<color name="import_export_item_background_shadow_dark">#ff222222</color>
|
|
<color name="import_export_touch_highlight_light">#400099cc</color>
|
|
<color name="import_export_touch_highlight_dark">#40ffffff</color>
|
|
</resources> |