From eaff4d781b1ce7014adf5b781a7b79a2c43c518a Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 8 Oct 2013 15:09:11 +0200 Subject: [PATCH] Revert an unwanted change in the previous commit --- res/layout/contact_cell.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/contact_cell.xml b/res/layout/contact_cell.xml index 10712ec59..b1838102f 100644 --- a/res/layout/contact_cell.xml +++ b/res/layout/contact_cell.xml @@ -13,7 +13,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@color/numpad_background_top" - android:textColor="@color/text_contrast" + android:textColor="@android:color/white" android:layout_marginBottom="10dp" android:textStyle="bold" />