From a752bbdb282c27005405b9070928660dd84f6415 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Sun, 10 Aug 2014 14:37:33 -0700 Subject: Replace voicemail seekbar playback asset Bug: 15935940 Change-Id: Icdbd06ea882e59fdca25d13e63557efacf14451c --- res/layout/playback_layout.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout') diff --git a/res/layout/playback_layout.xml b/res/layout/playback_layout.xml index 500ed96b5..54d0c5955 100644 --- a/res/layout/playback_layout.xml +++ b/res/layout/playback_layout.xml @@ -64,7 +64,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:progressDrawable="@drawable/seekbar_drawable" - android:thumb="@drawable/seek_bar_thumb" + android:thumb="@drawable/ic_voicemail_seek_handle" android:thumbOffset="8dip" android:progress="0" android:paddingStart="8dip" -- cgit v1.2.3