You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
2.2 KiB
46 lines
2.2 KiB
7 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!--
|
||
|
~ Copyright (C) 2021 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.
|
||
|
-->
|
||
|
|
||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item>
|
||
|
<com.android.car.settings.common.TopLevelIconShapeDrawable
|
||
|
android:width="@dimen/icon_size"
|
||
|
android:height="@dimen/icon_size"
|
||
|
android:tint="@color/car_grey_800"/>
|
||
|
</item>
|
||
|
<item
|
||
|
android:start="@dimen/bluetooth_device_foreground_icon_inset"
|
||
|
android:top="@dimen/bluetooth_device_foreground_icon_inset"
|
||
|
android:end="@dimen/bluetooth_device_foreground_icon_inset"
|
||
|
android:bottom="@dimen/bluetooth_device_foreground_icon_inset">
|
||
|
<vector
|
||
|
android:width="@dimen/icon_size"
|
||
|
android:height="@dimen/icon_size"
|
||
|
android:viewportHeight="24.0"
|
||
|
android:viewportWidth="24.0">
|
||
|
<path
|
||
|
android:fillColor="@color/bluetooth_device_icon_color"
|
||
|
android:pathData="M18.92,6.01C18.72,5.42 18.16,5 17.5,5h-11c-0.66,0 -1.21,0.42 -1.42,1.01L3,12v8c0,0.55 0.45,1 1,1h1c0.55,0 1,-0.45 1,-1v-1h12v1c0,0.55 0.45,1 1,1h1c0.55,0 1,-0.45 1,-1v-8l-2.08,-5.99zM6.85,7h10.29l1.08,3.11H5.77L6.85,7zM19,17H5v-5h14v5z"/>
|
||
|
<path
|
||
|
android:fillColor="@color/bluetooth_device_icon_color"
|
||
|
android:pathData="M7.5,14.5m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0"/>
|
||
|
<path
|
||
|
android:fillColor="@color/bluetooth_device_icon_color"
|
||
|
android:pathData="M16.5,14.5m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0"/>
|
||
|
</vector>
|
||
|
</item>
|
||
|
</layer-list>
|