diff --git a/core/java/android/widget/ProgressBar.java b/core/java/android/widget/ProgressBar.java
index 4d687cd02d323..de1bbc7affad1 100644
--- a/core/java/android/widget/ProgressBar.java
+++ b/core/java/android/widget/ProgressBar.java
@@ -1241,7 +1241,7 @@ public class ProgressBar extends View {
private synchronized void doRefreshProgress(int id, int progress, boolean fromUser,
boolean callBackToApp) {
float scale = mMax > 0 ? (float) progress / (float) mMax : 0;
- final Drawable d = mCurrentDrawable.getCurrent();
+ final Drawable d = mCurrentDrawable;
if (d != null) {
Drawable progressDrawable = null;
diff --git a/core/res/res/drawable/scrubber_progress_horizontal_material.xml b/core/res/res/drawable/scrubber_progress_horizontal_material.xml
index f2ea30f3c5c62..89a1787df6777 100644
--- a/core/res/res/drawable/scrubber_progress_horizontal_material.xml
+++ b/core/res/res/drawable/scrubber_progress_horizontal_material.xml
@@ -14,29 +14,35 @@
limitations under the License.
-->
-
- -
+
+
-
-
- -
-
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
-
-
+ -
+
+
+
-
+
+
+ -
+
+
+
+
+
+ -
+
+
+
-
+
+
+ -
+
+
+
+
+
+
\ No newline at end of file