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/drawable-hdpi/ic_handle.png | Bin 0 -> 543 bytes res/drawable-mdpi/ic_handle.png | Bin 0 -> 454 bytes res/drawable-xhdpi/ic_handle.png | Bin 0 -> 681 bytes res/drawable-xxhdpi/ic_handle.png | Bin 0 -> 1431 bytes res/drawable/ic_voicemail_seek_handle.xml | 21 ++++++++++++ res/drawable/seek_bar_thumb.xml | 55 ------------------------------ res/layout/playback_layout.xml | 2 +- 7 files changed, 22 insertions(+), 56 deletions(-) create mode 100644 res/drawable-hdpi/ic_handle.png create mode 100644 res/drawable-mdpi/ic_handle.png create mode 100644 res/drawable-xhdpi/ic_handle.png create mode 100644 res/drawable-xxhdpi/ic_handle.png create mode 100644 res/drawable/ic_voicemail_seek_handle.xml delete mode 100644 res/drawable/seek_bar_thumb.xml (limited to 'res') diff --git a/res/drawable-hdpi/ic_handle.png b/res/drawable-hdpi/ic_handle.png new file mode 100644 index 000000000..34310aa49 Binary files /dev/null and b/res/drawable-hdpi/ic_handle.png differ diff --git a/res/drawable-mdpi/ic_handle.png b/res/drawable-mdpi/ic_handle.png new file mode 100644 index 000000000..81a67ba6f Binary files /dev/null and b/res/drawable-mdpi/ic_handle.png differ diff --git a/res/drawable-xhdpi/ic_handle.png b/res/drawable-xhdpi/ic_handle.png new file mode 100644 index 000000000..0ad839286 Binary files /dev/null and b/res/drawable-xhdpi/ic_handle.png differ diff --git a/res/drawable-xxhdpi/ic_handle.png b/res/drawable-xxhdpi/ic_handle.png new file mode 100644 index 000000000..d07a1d057 Binary files /dev/null and b/res/drawable-xxhdpi/ic_handle.png differ diff --git a/res/drawable/ic_voicemail_seek_handle.xml b/res/drawable/ic_voicemail_seek_handle.xml new file mode 100644 index 000000000..a6f02be7e --- /dev/null +++ b/res/drawable/ic_voicemail_seek_handle.xml @@ -0,0 +1,21 @@ + + + + \ No newline at end of file diff --git a/res/drawable/seek_bar_thumb.xml b/res/drawable/seek_bar_thumb.xml deleted file mode 100644 index e301d1fd0..000000000 --- a/res/drawable/seek_bar_thumb.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file 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