From 33d4d88ae74b755501da31906f9393d4c9f6f344 Mon Sep 17 00:00:00 2001 From: uabdullah Date: Fri, 26 Jan 2018 11:32:07 -0800 Subject: 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 --- .../dialer/voicemail/listui/res/values/colors.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 java/com/android/dialer/voicemail/listui/res/values/colors.xml (limited to 'java/com/android/dialer/voicemail/listui/res/values/colors.xml') diff --git a/java/com/android/dialer/voicemail/listui/res/values/colors.xml b/java/com/android/dialer/voicemail/listui/res/values/colors.xml new file mode 100644 index 000000000..6ecf4c229 --- /dev/null +++ b/java/com/android/dialer/voicemail/listui/res/values/colors.xml @@ -0,0 +1,19 @@ + + + + #80000000 + \ No newline at end of file -- cgit v1.2.3