diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2015-08-26 21:17:29 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2015-08-26 21:17:29 +0200 |
commit | eff9e417e02bef9c4d94b659f7a90f3ff334ce25 (patch) | |
tree | 177700bc617d2edf484321eb9319328a023c5d88 /src/main/res/layout | |
parent | 593f5cdcbe2b7680d738d64fe0b5e59e01b8a9f0 (diff) |
use dedicated colors for primary and primary_dark
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 15fa60af..7321b0f6 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="fill_parent" - android:background="@color/green500"/> + android:background="@color/primary"/> <FrameLayout android:id="@+id/swipeable_item" |