From 89bf0fcfe57b8689d24683a3b662eb2ad72cf788 Mon Sep 17 00:00:00 2001 From: Suchand Ghosh Date: Tue, 8 Sep 2015 15:33:44 +0530 Subject: Fix to remove unwanted string in Dialer Set the visibility of recipients view to gone. Change-Id: I5f7268b4282f4984a481371476eb6d41d3073dfb CRs-Fixed: 724363 --- res/layout/dialpad_view_unthemed.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/dialpad_view_unthemed.xml b/res/layout/dialpad_view_unthemed.xml index ebdf2e2..49ace16 100644 --- a/res/layout/dialpad_view_unthemed.xml +++ b/res/layout/dialpad_view_unthemed.xml @@ -128,7 +128,8 @@ android:maxLines="3" android:minHeight="48dip" android:textColor="@color/dialpad_digits_text_color" - android:textSize="16sp" /> + android:textSize="16sp" + android:visibility="gone"/>