summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authoryueg <yueg@google.com>2018-01-31 14:01:57 -0800
committerCopybara-Service <copybara-piper@google.com>2018-01-31 14:38:46 -0800
commit41eb2f5a58c8a1d4caae7385ecc4374a9851c3b8 (patch)
treef128a65e64f71764cdd86adcbe001171fffcb99e /assets
parentc61a76fc39f1a05d673d8ba75b489749ac278f0d (diff)
downloadandroid_packages_apps_Dialer-41eb2f5a58c8a1d4caae7385ecc4374a9851c3b8.tar.gz
android_packages_apps_Dialer-41eb2f5a58c8a1d4caae7385ecc4374a9851c3b8.tar.bz2
android_packages_apps_Dialer-41eb2f5a58c8a1d4caae7385ecc4374a9851c3b8.zip
Add arrow icon to bubble sound button when Bluetooth is connected.
It's an indicator that the button triggers another list. Bug: 67605985 Test: manual PiperOrigin-RevId: 184042869 Change-Id: I3fea526a322dcc3935af111ebd0916b7c5ffcb24
Diffstat (limited to 'assets')
-rw-r--r--assets/quantum/res/drawable/quantum_ic_arrow_drop_down_vd_theme_24.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/assets/quantum/res/drawable/quantum_ic_arrow_drop_down_vd_theme_24.xml b/assets/quantum/res/drawable/quantum_ic_arrow_drop_down_vd_theme_24.xml
new file mode 100644
index 000000000..0c1c4f0eb
--- /dev/null
+++ b/assets/quantum/res/drawable/quantum_ic_arrow_drop_down_vd_theme_24.xml
@@ -0,0 +1,25 @@
+<!--
+ ~ Copyright (C) 2017 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="M7,10l5,5 5,-5z"/>
+</vector> \ No newline at end of file