aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2015-10-16 16:06:51 +0200
committersteckbrief <steckbrief@chefmail.de>2015-10-16 16:06:51 +0200
commit0a5a985cbe582e6f7ece37ec257fe53ccee4bb42 (patch)
tree54b5392837032a2bf1a060b60ee92ed7669f899b /src
parente891f076f2b479146fc7ecce3763bf500919df43 (diff)
parent0759a78727c1c36e621951a791b959c26d34f509 (diff)
Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebase
Diffstat (limited to 'src')
-rw-r--r--src/main/res/layout/conversation_list_row.xml3
-rw-r--r--src/main/res/values/colors.xml2
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>