From 78cc8ca990f3ce43252c038ad55420bebaeb4180 Mon Sep 17 00:00:00 2001 From: uabdullah Date: Tue, 17 Oct 2017 17:36:08 -0700 Subject: Fix top text cropping issue in new voicemail tab The numbers used to be cropped (http://screen/YYBG8T0Ma0J). We've fixed that issue in this CL and also removed the term "call_log" from the file name. Screenshot: http://screen/uHCPwf5smVX Bug: 64882313 Test: N/A PiperOrigin-RevId: 172541833 Change-Id: Ib2746b38284c2c04c84ab369d449412d8a9880b4 --- .../voicemail/listui/NewVoicemailAdapter.java | 2 +- .../res/layout/new_voicemail_call_log_entry.xml | 96 ---------------------- .../listui/res/layout/new_voicemail_entry.xml | 96 ++++++++++++++++++++++ 3 files changed, 97 insertions(+), 97 deletions(-) delete mode 100644 java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_call_log_entry.xml create mode 100644 java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml (limited to 'java') diff --git a/java/com/android/dialer/voicemail/listui/NewVoicemailAdapter.java b/java/com/android/dialer/voicemail/listui/NewVoicemailAdapter.java index 71178ceba..d50be1ab6 100644 --- a/java/com/android/dialer/voicemail/listui/NewVoicemailAdapter.java +++ b/java/com/android/dialer/voicemail/listui/NewVoicemailAdapter.java @@ -35,7 +35,7 @@ final class NewVoicemailAdapter extends RecyclerView.Adapter - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml new file mode 100644 index 000000000..bc1506751 --- /dev/null +++ b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3