41 lines
2.1 KiB
XML
41 lines
2.1 KiB
XML
<?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/top_level_accessibility_background"/>
|
|
</item>
|
|
<item
|
|
android:start="@dimen/top_level_foreground_icon_inset"
|
|
android:top="@dimen/top_level_foreground_icon_inset"
|
|
android:end="@dimen/top_level_foreground_icon_inset"
|
|
android:bottom="@dimen/top_level_foreground_icon_inset">
|
|
<vector
|
|
android:width="@dimen/icon_size"
|
|
android:height="@dimen/icon_size"
|
|
android:viewportWidth="44"
|
|
android:viewportHeight="44">
|
|
<path
|
|
android:pathData="M22,7.3333C24.0167,7.3333 25.6667,5.6833 25.6667,3.6667C25.6667,1.65 24.0167,0 22,0C19.9833,0 18.3333,1.65 18.3333,3.6667C18.3333,5.6833 19.9833,7.3333 22,7.3333ZM37.5833,7.3333C32.7983,8.6167 27.1883,9.1667 22,9.1667C16.8117,9.1667 11.2017,8.6167 6.4167,7.3333L5.5,11C8.91,11.9167 12.8333,12.5217 16.5,12.8333V36.6667H20.1667V25.6667H23.8333V36.6667H27.5V12.8333C31.1667,12.5217 35.09,11.9167 38.5,11L37.5833,7.3333ZM16.5,44H12.8333V40.3333H16.5V44ZM23.8333,44V40.3333H20.1667V44H23.8333ZM31.1667,44H27.5V40.3333H31.1667V44Z"
|
|
android:fillColor="@color/top_level_accessibility_icon"
|
|
android:fillType="evenOdd"/>
|
|
</vector>
|
|
</item>
|
|
</layer-list> |