diff options
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/res/layout/conversation_list_row.xml | 3 | ||||
-rw-r--r-- | src/main/res/values/colors.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/main/res/layout/conversation_list_row.xml b/src/main/res/layout/conversation_list_row.xml index efa10748..e240fa85 100644 --- a/src/main/res/layout/conversation_list_row.xml +++ b/src/main/res/layout/conversation_list_row.xml @@ -6,7 +6,8 @@ android:orientation="horizontal" android:padding="8dp" android:descendantFocusability="blocksDescendants" - android:id="@+id/conversationListRowFrame"> + android:id="@+id/conversationListRowFrame" + android:background="@color/primaryBackground"> <View android:layout_width="fill_parent" diff --git a/src/main/res/values/colors.xml b/src/main/res/values/colors.xml index 3a778a21..2c3b9f78 100644 --- a/src/main/res/values/colors.xml +++ b/src/main/res/values/colors.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <resources> + <color name="primaryBackground">@color/grey50</color> + <color name="secondaryBackground">@color/grey200</color> <color name="green500">#ff259b24</color> <color name="green700">#ff0a7e07</color> <color name="accent">#ff0091ea</color> |