summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/voicemail/listui/res/drawable/ic_voicemail_seek_handle_disabled.xml
diff options
context:
space:
mode:
authoruabdullah <uabdullah@google.com>2018-01-26 11:32:07 -0800
committerCopybara-Service <copybara-piper@google.com>2018-01-26 14:07:21 -0800
commit33d4d88ae74b755501da31906f9393d4c9f6f344 (patch)
treeb0efec8adf6b6bacd0f5ee934375c47f3a082ab8 /java/com/android/dialer/voicemail/listui/res/drawable/ic_voicemail_seek_handle_disabled.xml
parent5e7d12ef1effb30f8f3cef918e3f15aec2eb521c (diff)
Disable seekbar user seeking
By default the seekbar should be disabled unless being played or the voicemails have downloaded. This first part of the seekbar update ensures that a user is not able to seek, and the seekbar will only be updated automatically when the voicemail is being played. Bug: 7252855 Test: N/A PiperOrigin-RevId: 183419966 Change-Id: I4e492279402d76d3e1ece03dded9b402c88138c8
Diffstat (limited to 'java/com/android/dialer/voicemail/listui/res/drawable/ic_voicemail_seek_handle_disabled.xml')
-rw-r--r--java/com/android/dialer/voicemail/listui/res/drawable/ic_voicemail_seek_handle_disabled.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/java/com/android/dialer/voicemail/listui/res/drawable/ic_voicemail_seek_handle_disabled.xml b/java/com/android/dialer/voicemail/listui/res/drawable/ic_voicemail_seek_handle_disabled.xml
new file mode 100644
index 000000000..5e974c45a
--- /dev/null
+++ b/java/com/android/dialer/voicemail/listui/res/drawable/ic_voicemail_seek_handle_disabled.xml
@@ -0,0 +1,20 @@
+<?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:tint="@color/voicemail_icon_disabled_tint">
+</bitmap> \ No newline at end of file