From 3fe0459dfd2c70b6928d5e9c345b9eba1eb769a5 Mon Sep 17 00:00:00 2001 From: uabdullah Date: Tue, 26 Sep 2017 16:40:52 -0700 Subject: Setup recycler view for new voicemail ui Screenshot:http://screen/RK42CXn5uB6 Bug: 64882313,33006245 Test: VoicemailFragmentTest, NewVoicemailCallLogAdapterTest, NewVoicemailCallLogViewHolderTest PiperOrigin-RevId: 170129401 Change-Id: Ib82357763bd9cf9f215804225be009650402fe84 --- .../res/layout/new_voicemail_call_log_fragment.xml | 23 +++++++ .../listui/res/layout/voicemail_call_log_entry.xml | 71 ++++++++++++++++++++++ .../listui/res/layout/voicemail_fragment.xml | 28 --------- 3 files changed, 94 insertions(+), 28 deletions(-) create mode 100644 java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_call_log_fragment.xml create mode 100644 java/com/android/dialer/voicemail/listui/res/layout/voicemail_call_log_entry.xml delete mode 100644 java/com/android/dialer/voicemail/listui/res/layout/voicemail_fragment.xml (limited to 'java/com/android/dialer/voicemail/listui/res/layout') diff --git a/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_call_log_fragment.xml b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_call_log_fragment.xml new file mode 100644 index 000000000..f35ce4dc0 --- /dev/null +++ b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_call_log_fragment.xml @@ -0,0 +1,23 @@ + + + + \ No newline at end of file diff --git a/java/com/android/dialer/voicemail/listui/res/layout/voicemail_call_log_entry.xml b/java/com/android/dialer/voicemail/listui/res/layout/voicemail_call_log_entry.xml new file mode 100644 index 000000000..3986a0e8c --- /dev/null +++ b/java/com/android/dialer/voicemail/listui/res/layout/voicemail_call_log_entry.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + diff --git a/java/com/android/dialer/voicemail/listui/res/layout/voicemail_fragment.xml b/java/com/android/dialer/voicemail/listui/res/layout/voicemail_fragment.xml deleted file mode 100644 index 3b566daaa..000000000 --- a/java/com/android/dialer/voicemail/listui/res/layout/voicemail_fragment.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - \ No newline at end of file -- cgit v1.2.3