Make voicemail playback seek control visible in RTL.
Since the seek control is a circle, we don't need to make it automirror
in RTL mode. Once that attribute is removed, the color returns.
Bug: 26641930
Change-Id: Ia789a07110a420cbb8e5d24fa062bcaa6c9c0975
diff --git a/res/drawable/ic_voicemail_seek_handle.xml b/res/drawable/ic_voicemail_seek_handle.xml
index a6f02be..d3fc95a 100644
--- a/res/drawable/ic_voicemail_seek_handle.xml
+++ b/res/drawable/ic_voicemail_seek_handle.xml
@@ -16,6 +16,5 @@
-->
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_handle"
- android:autoMirrored="true"
android:tint="@color/actionbar_background_color" >
</bitmap>
\ No newline at end of file