aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2015-04-13 15:59:18 +0200
committeriNPUTmice <daniel@gultsch.de>2015-04-13 15:59:18 +0200
commit845b39cdcc4d20d916bdee5b661c31a19f6cbdac (patch)
treed8b2eb918c278134d9879d4b79fe6aa95801090b /src/main/res
parent37d08276a866aa943bfb6022732618e9fc37653b (diff)
fixed regression where the selected conversation wasn't highlighted anymore on tabled layout
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/layout/conversation_list_row.xml2
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 de04780f..69abb225 100644
--- a/src/main/res/layout/conversation_list_row.xml
+++ b/src/main/res/layout/conversation_list_row.xml
@@ -6,7 +6,7 @@
<View
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:background="@color/divider"/>
+ android:background="@color/primary"/>
<FrameLayout
android:id="@+id/swipeable_item"