From 7dd13e1353d34c796bf27412d83d83f516efcb7e Mon Sep 17 00:00:00 2001 From: uabdullah Date: Mon, 6 Nov 2017 09:05:10 -0800 Subject: Add expand and collapse media player logic for NUI Voicemail Fragment This adds a file called new_voicemail_media_player_layout.xml that can be expanded and collapsed on tapping the voicemail entry. This file will later be updated in accordance with the specs, but the logic for expansion and collapsing would not be affected by the future cosmetic change. Video=https://drive.google.com/open?id=1aIpmVfUYrFrg_FZ4tRX_TX6pU9YgPQaN Bug: 64882313,68382421 Test: Unit Tests PiperOrigin-RevId: 174713873 Change-Id: I15a6c5f01715429a6eb51fee447a5b42f25fdb56 --- .../dialer/voicemail/listui/res/layout/new_voicemail_entry.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml') 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 index d9c557f1a..80bb1b593 100644 --- 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 @@ -81,6 +81,14 @@ android:layout_marginStart="@dimen/call_log_entry_photo_text_margin" android:layout_gravity="center_vertical" android:visibility="gone"/> + + + -- cgit v1.2.3