summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2015-09-17 14:37:14 -0700
committerNancy Chen <nancychen@google.com>2015-09-17 17:54:04 -0700
commit5ded83c610eeda06a8ea5f06f306d89009ed5b4c (patch)
treed0dfcbbe2ebb5bbb07307d773336cb5daceb2103 /res/drawable
parent9d6e3b2700f8011645bc3e76b118d4c615b630d6 (diff)
downloadandroid_packages_apps_Dialer-5ded83c610eeda06a8ea5f06f306d89009ed5b4c.tar.gz
android_packages_apps_Dialer-5ded83c610eeda06a8ea5f06f306d89009ed5b4c.tar.bz2
android_packages_apps_Dialer-5ded83c610eeda06a8ea5f06f306d89009ed5b4c.zip
Resume voicemail playback at previous position on resume.
Make sure that the position is saved when navigating away from the voicemail playback so that it can be restored when resuming. Also: - Disable seekbar when not loaded - Gray out seekbar handle when seek is disabled Bug: 23566924 Change-Id: Ic9d84425d7a3cde9d212bd758eb518577161d7ec
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_voicemail_seek_handle_disabled.xml21
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