From bc9d0073e0dd5125ed215fe4d36e38354b855bd5 Mon Sep 17 00:00:00 2001 From: uabdullah Date: Tue, 14 Nov 2017 11:51:49 -0800 Subject: Set total duration for NUI voicemail media player seekbar The duration of the voicemail shown in the seekbar/media player (upon expanding) should be the same as the duration shown when the voicemail view holder is collapsed. Both values are retrieved from the same source (VoicemailEntry). Bug: 64882313,68382421,69268144 Test: Unit Tests PiperOrigin-RevId: 175712662 Change-Id: I70496c004d52deb1793e6d6354b0ec79bf4c4398 --- .../voicemail/listui/res/layout/new_voicemail_media_player_layout.xml | 2 -- 1 file changed, 2 deletions(-) (limited to 'java/com/android/dialer/voicemail/listui/res/layout') diff --git a/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_media_player_layout.xml b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_media_player_layout.xml index a21b6aa6c..e8e560059 100644 --- a/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_media_player_layout.xml +++ b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_media_player_layout.xml @@ -55,13 +55,11 @@ android:max="0" android:progress="0"/> - -- cgit v1.2.3