From 7932244c51e7c5e6e5775d282e91ec223fe2a9bf Mon Sep 17 00:00:00 2001 From: Steffen Keiper Date: Thu, 12 May 2016 20:00:18 +0200 Subject: Dark theme, theme switch, icons, style, strings added some white icons, changed hardcoded icons to theme attributes, changed icon_edit_dark to icon_edit_body to reflect icons position, grey message bubbles in dark theme, misc purged ic_action_chat as it wasn't used preference use_white_background changed to use_green_background, default true grey chat bubbles darker, text white replaced all grey600 with black icons and 0.54 alpha attribute highlightColor in dark grey chat bubble now darker than background --- src/main/res/values/themes.xml | 104 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 102 insertions(+), 2 deletions(-) (limited to 'src/main/res/values/themes.xml') diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml index 424db4c9..8256f28a 100644 --- a/src/main/res/values/themes.xml +++ b/src/main/res/values/themes.xml @@ -9,17 +9,37 @@ 14sp 20sp + @color/black87 + @color/black54 + + @color/grey50 + @color/grey200 + + @drawable/infocard_border + @color/black12 + + @drawable/ic_send_cancel_offline + @drawable/ic_send_location_offline + @drawable/ic_send_photo_offline + @drawable/ic_send_picture_offline + @drawable/ic_send_text_offline + @drawable/ic_send_voice_offline + @drawable/ic_action_add_group @drawable/ic_action_add_person @drawable/ic_action_cancel - @drawable/ic_action_chat @drawable/ic_action_copy @drawable/ic_action_discard @drawable/ic_action_download @drawable/ic_action_edit - @drawable/ic_action_edit_dark + @drawable/ic_action_edit_dark @drawable/ic_action_done + @drawable/message_bubble_received_white + @drawable/message_bubble_sent + + 1.0 + @drawable/ic_action_group @drawable/ic_action_new @drawable/ic_action_new_attachment @@ -31,6 +51,68 @@ @drawable/ic_action_settings @drawable/ic_stat_communication_import_export @drawable/ic_action_share + + @drawable/ic_notifications_black54_24dp + @drawable/ic_notifications_off_black54_24dp + @drawable/ic_notifications_paused_black54_24dp + @drawable/ic_notifications_none_black54_24dp + + + + + + + + + -- cgit v1.2.3