diff options
author | Nancy Chen <nancychen@google.com> | 2015-09-18 01:30:34 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-09-18 01:30:34 +0000 |
commit | 5a1f189507603f7515b04fb798dd5d4d246a61a1 (patch) | |
tree | a028214377be7aaa925c6d41ed6ea443507f894c /res | |
parent | c42c814ab6349b7e4b28847c4ec4e3e51e7655d0 (diff) | |
parent | 5ded83c610eeda06a8ea5f06f306d89009ed5b4c (diff) |
Merge "Resume voicemail playback at previous position on resume." into ub-contactsdialer-a-dev
Diffstat (limited to 'res')
-rw-r--r-- | res/drawable/ic_voicemail_seek_handle_disabled.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/res/drawable/ic_voicemail_seek_handle_disabled.xml b/res/drawable/ic_voicemail_seek_handle_disabled.xml new file mode 100644 index 000000000..126280801 --- /dev/null +++ b/res/drawable/ic_voicemail_seek_handle_disabled.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright (C) 2015 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/ic_handle" + android:autoMirrored="true" + android:tint="@color/voicemail_icon_disabled_tint" > +</bitmap>
\ No newline at end of file |