Android14Settings/CarSettings/res/drawable/ic_top_level_system.xml

40 lines
1.8 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_system_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:viewportHeight="24.0"
android:viewportWidth="24.0">
<path
android:fillColor="@color/top_level_system_icon"
android:pathData="M11.0,17.0l2.0,0.0l0.0,-6.0l-2.0,0.0l0.0,6.0zm1.0,-15.0C6.48,2.0 2.0,6.48 2.0,12.0s4.48,10.0 10.0,10.0 10.0,-4.48 10.0,-10.0S17.52,2.0 12.0,2.0zm0.0,18.0c-4.41,0.0 -8.0,-3.59 -8.0,-8.0s3.59,-8.0 8.0,-8.0 8.0,3.59 8.0,8.0 -3.59,8.0 -8.0,8.0zM11.0,9.0l2.0,0.0L13.0,7.0l-2.0,0.0l0.0,2.0z"/>
</vector>
</item>
</layer-list>