From e82c0178725f483bd08d27bcfcb4d07074b99b60 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 24 Sep 2012 13:50:12 +0200 Subject: [PATCH] Unread chat messages background changed --- res/layout/chatlist_cell.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/chatlist_cell.xml b/res/layout/chatlist_cell.xml index 6dc7ed1ff..0848bbd95 100644 --- a/res/layout/chatlist_cell.xml +++ b/res/layout/chatlist_cell.xml @@ -26,7 +26,7 @@ android:layout_marginRight="5dp" android:layout_toLeftOf="@id/delete" android:layout_centerVertical="true" - android:background="@drawable/chat_icon_over" + android:background="@drawable/missed_calls_bg" android:adjustViewBounds="true" android:gravity="center" android:textSize="18dp"