Skip to content

Commit

Permalink
fix dark text input on dark background for conversation
Browse files Browse the repository at this point in the history
// FREEBIE
  • Loading branch information
mcginty committed Feb 25, 2014
1 parent 829a92d commit 23c6074
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
5 changes: 0 additions & 5 deletions res/values-v11/colors.xml

This file was deleted.

5 changes: 0 additions & 5 deletions res/values-v8/colors.xml

This file was deleted.

4 changes: 2 additions & 2 deletions res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<item name="conversation_background">#ffdddddd</item>
<item name="conversation_editor_background">#eeeeee</item>
<item name="conversation_editor_text_color">@color/edit_text_light_theme</item>
<item name="conversation_editor_text_color">#ff111111</item>
<item name="conversation_send_button">@drawable/ic_send_holo_light</item>
<item name="conversation_send_secure_button">@drawable/ic_send_encrypted_holo_light</item>
<item name="conversation_delivered_indicator">@drawable/ic_sms_mms_delivered_light</item>
Expand Down Expand Up @@ -99,7 +99,7 @@

<item name="conversation_background">@color/black</item>
<item name="conversation_editor_background">#ff222222</item>
<item name="conversation_editor_text_color">@color/edit_text_dark_theme</item>
<item name="conversation_editor_text_color">#ffeeeeee</item>
<item name="conversation_send_button">@drawable/ic_send_holo_dark</item>
<item name="conversation_send_secure_button">@drawable/ic_send_holo_dark_encrypted</item>
<item name="conversation_delivered_indicator">@drawable/ic_sms_mms_delivered_dark</item>
Expand Down

0 comments on commit 23c6074

Please sign in to comment.