Skip to content

Commit

Permalink
Dark theme fixes.
Browse files Browse the repository at this point in the history
1) Make the conversation background all black with no column.

2) Fix the font color on identity key review.
  • Loading branch information
moxie0 committed Jun 29, 2013
1 parent 93c222f commit 767d790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions res/layout/identity_key_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
android:layout_alignTop="@id/contact_photo_frame"
android:layout_toRightOf="@id/contact_photo_frame"
android:layout_alignWithParentIfMissing="true"
android:ellipsize="marquee"
android:textColor="#000000"/>
android:ellipsize="marquee"/>

<TextView android:id="@+id/fingerprint"
android:layout_width="wrap_content"
Expand Down
2 changes: 1 addition & 1 deletion res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<item name="conversation_list_item_background_selected">@drawable/list_selected_holo_dark</item>
<item name="conversation_list_item_count_color">#66dddddd</item>

<item name="conversation_card_background">#ffdddddd</item>
<item name="conversation_card_background">@color/black</item>
<item name="conversation_background">@color/black</item>
<item name="conversation_text_primary_color">@color/abs__primary_text_holo_dark</item>
<item name="conversation_text_secondary_color">#ffcccccc</item>
Expand Down

0 comments on commit 767d790

Please sign in to comment.