From 85415fba82acabacef48e3c85355fa18e1f91f19 Mon Sep 17 00:00:00 2001 From: uabdullah Date: Mon, 13 Nov 2017 15:12:56 -0800 Subject: Add seekbar to Voicemail Media Player Adds the UX support for showing the seekbar in the NUI Media player. It also shows a starting and total duration text as well, though as of right now it's a static value and will be updated in a follow up CL. Bug: 64882313,68382421,69268144 Test: Unit tests PiperOrigin-RevId: 175595293 Change-Id: I14440599d52352c213c7513dd2d0a8aef2f51bfe --- java/com/android/dialer/voicemail/listui/res/values/dimens.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'java/com/android/dialer/voicemail/listui/res/values/dimens.xml') diff --git a/java/com/android/dialer/voicemail/listui/res/values/dimens.xml b/java/com/android/dialer/voicemail/listui/res/values/dimens.xml index 3df5827a5..6c062ae28 100644 --- a/java/com/android/dialer/voicemail/listui/res/values/dimens.xml +++ b/java/com/android/dialer/voicemail/listui/res/values/dimens.xml @@ -27,4 +27,8 @@ 12dp 16dp + + 14sp + 20dp + 14sp -- cgit v1.2.3