diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-06-10 20:15:09 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-06-10 20:15:09 +0200 |
commit | 4bf9a1e8092f682d3fc8db334f3aa0d666772826 (patch) | |
tree | c77f36479409f59d419418799fa45b5e3fa5c9b6 /src/main/res/layout | |
parent | e2a803ee049906b549b97551485868449026d5b8 (diff) |
use darker colors for actionbar on dark theme
Diffstat (limited to 'src/main/res/layout')
-rw-r--r-- | src/main/res/layout/conversation_list_row.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/conversation_list_row.xml b/src/main/res/layout/conversation_list_row.xml index 94e922f7..cc705d3d 100644 --- a/src/main/res/layout/conversation_list_row.xml +++ b/src/main/res/layout/conversation_list_row.xml @@ -7,7 +7,7 @@ <View android:layout_width="fill_parent" android:layout_height="match_parent" - android:background="@color/primary"/> + android:background="@color/primary500"/> <FrameLayout android:id="@+id/swipeable_item" |