diff options
| author | Suchand Ghosh <suchan@codeaurora.org> | 2015-09-08 15:33:44 +0530 |
|---|---|---|
| committer | Linux Build Service Account <lnxbuild@localhost> | 2015-10-06 03:22:31 -0600 |
| commit | 89bf0fcfe57b8689d24683a3b662eb2ad72cf788 (patch) | |
| tree | 9e33bbf8d4c86b75a2d21418a88f0f4eacbdabb1 /res | |
| parent | 9ff844cfc38b51caa3ed8d01b82ac6764063757b (diff) | |
| download | packages_apps_PhoneCommon-89bf0fcfe57b8689d24683a3b662eb2ad72cf788.tar.gz packages_apps_PhoneCommon-89bf0fcfe57b8689d24683a3b662eb2ad72cf788.tar.bz2 packages_apps_PhoneCommon-89bf0fcfe57b8689d24683a3b662eb2ad72cf788.zip | |
Fix to remove unwanted string in Dialer
Set the visibility of recipients view to gone.
Change-Id: I5f7268b4282f4984a481371476eb6d41d3073dfb
CRs-Fixed: 724363
Diffstat (limited to 'res')
| -rw-r--r-- | res/layout/dialpad_view_unthemed.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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"/> </LinearLayout> <View |
