summaryrefslogtreecommitdiff
path: root/assets/quantum/res/drawable/quantum_ic_call_merge_vd_theme_24.xml
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-03-27 07:02:50 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-03-27 07:02:50 +0000
commit9c6dcccc8c5a4a3eb1b9cc847c22f717b5637a89 (patch)
tree4b1a1be6276a96458659a34c8cf05f5289b92bbb /assets/quantum/res/drawable/quantum_ic_call_merge_vd_theme_24.xml
parent476debe7b0e61ce1b6d53f2852cfd9190d976aee (diff)
parent1a8ee5e9b5395e485bcadb38cb716e4731591b44 (diff)
Merge changes I581d3c9e,Idc52f4e9,Ia8abb468
* changes: Remove TODOs left for M in the new call log as the min SDK has been bumped to N. Change the maximum number of notifications per tag from 10 to 8. Replace png icon with vector drawable for voice call screen.
Diffstat (limited to 'assets/quantum/res/drawable/quantum_ic_call_merge_vd_theme_24.xml')
-rw-r--r--assets/quantum/res/drawable/quantum_ic_call_merge_vd_theme_24.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/assets/quantum/res/drawable/quantum_ic_call_merge_vd_theme_24.xml b/assets/quantum/res/drawable/quantum_ic_call_merge_vd_theme_24.xml
new file mode 100644
index 000000000..660faf4d6
--- /dev/null
+++ b/assets/quantum/res/drawable/quantum_ic_call_merge_vd_theme_24.xml
@@ -0,0 +1,25 @@
+<!--
+ ~ Copyright (C) 2018 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
+ -->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24.0"
+ android:viewportHeight="24.0"
+ android:tint="?attr/colorControlNormal">
+ <path
+ android:fillColor="@android:color/white"
+ android:pathData="M17,20.41L18.41,19 15,15.59 13.59,17 17,20.41zM7.5,8H11v5.59L5.59,19 7,20.41l6,-6V8h3.5L12,3.5 7.5,8z"/>
+</vector>