diff options
author | Nancy Chen <nancychen@google.com> | 2016-02-18 14:19:41 -0800 |
---|---|---|
committer | Nancy Chen <nancychen@google.com> | 2016-02-18 14:19:41 -0800 |
commit | bfb3a9d903fad990d80c5fca409f8258ca1125a8 (patch) | |
tree | 1a138af65917bfa263eb9c8a77cf62d2579d7c59 | |
parent | 9710bb241ff7e6397def2c659da729b12d1c292e (diff) |
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
-rw-r--r-- | res/drawable/ic_voicemail_seek_handle.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/drawable/ic_voicemail_seek_handle.xml b/res/drawable/ic_voicemail_seek_handle.xml index a6f02be7e..d3fc95a65 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 |