diff options
author | iNPUTmice <daniel@gultsch.de> | 2015-04-13 15:59:18 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2015-04-13 15:59:18 +0200 |
commit | 845b39cdcc4d20d916bdee5b661c31a19f6cbdac (patch) | |
tree | d8b2eb918c278134d9879d4b79fe6aa95801090b /src/main/res | |
parent | 37d08276a866aa943bfb6022732618e9fc37653b (diff) |
fixed regression where the selected conversation wasn't highlighted anymore on tabled layout
Diffstat (limited to '')
-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 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" |