summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-05-20 16:47:06 -0700
committerAndrew Lee <anwlee@google.com>2015-05-21 10:39:01 -0700
commit50dfa5e6b49c72ca3a10b38207d04f233ec1a2e3 (patch)
treee31fb01171635ae998e359f034752397e1745671 /res/drawable
parent7c461dc3809ce0d4d969a7c9b6406a1c6e4a1495 (diff)
downloadandroid_packages_apps_Dialer-50dfa5e6b49c72ca3a10b38207d04f233ec1a2e3.tar.gz
android_packages_apps_Dialer-50dfa5e6b49c72ca3a10b38207d04f233ec1a2e3.tar.bz2
android_packages_apps_Dialer-50dfa5e6b49c72ca3a10b38207d04f233ec1a2e3.zip
Add voicemail tab if there are active providers.
Bug: 21328994 Change-Id: Id6cd45c5614fafcc6f01842a8ec1eaba45dc0928
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/tab_voicemail.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/res/drawable/tab_voicemail.xml b/res/drawable/tab_voicemail.xml
new file mode 100644
index 000000000..568891b01
--- /dev/null
+++ b/res/drawable/tab_voicemail.xml
@@ -0,0 +1,30 @@
+<?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
+ -->
+
+<ripple xmlns:android="http://schemas.android.com/apk/res/android"
+ android:color="@color/tab_ripple_color">
+
+ <item>
+ <bitmap android:src="@drawable/ic_voicemail_24dp"
+ android:gravity="center" />
+ </item>
+
+ <item android:id="@android:id/mask">
+ <color android:color="@android:color/white" />
+ </item>
+
+</ripple>