• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (C) 2021 The Android Open Source Project
4  ~
5  ~ Licensed under the Apache License, Version 2.0 (the "License");
6  ~ you may not use this file except in compliance with the License.
7  ~ You may obtain a copy of the License at
8  ~
9  ~      http://www.apache.org/licenses/LICENSE-2.0
10  ~
11  ~ Unless required by applicable law or agreed to in writing, software
12  ~ distributed under the License is distributed on an "AS IS" BASIS,
13  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  ~ See the License for the specific language governing permissions and
15  ~ limitations under the License.
16  -->
17
18<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
19    <item>
20        <com.android.car.settings.common.TopLevelIconShapeDrawable
21            android:width="@dimen/icon_size"
22            android:height="@dimen/icon_size"
23            android:tint="@color/top_level_privacy_background"/>
24    </item>
25    <item
26        android:start="@dimen/top_level_foreground_icon_inset"
27        android:top="@dimen/top_level_foreground_icon_inset"
28        android:end="@dimen/top_level_foreground_icon_inset"
29        android:bottom="@dimen/top_level_foreground_icon_inset">
30        <vector
31            android:width="@dimen/icon_size"
32            android:height="@dimen/icon_size"
33            android:viewportHeight="36.0"
34            android:viewportWidth="36.0">
35            <path
36                android:fillColor="@color/top_level_privacy_icon"
37                android:fillType="evenOdd"
38                android:pathData="M18 2L4 8V17C4 25.325 9.97333 33.11 18 35C26.0267 33.11 32 25.325 32 17V8L18 2ZM28.8889 18.485V9.95L18 5.285L7.11111 9.95V18.5C7.81818 24.5 12.3434 29.9546 18 31.895C23.7867 30.17 28.0644 24.665 28.8889 18.485ZM18 9.22727C15.9686 9.22727 14.3232 10.8139 14.3232 12.7727C14.3232 14.7316 15.9686 16.3182 18 16.3182C20.0314 16.3182 21.6768 14.7316 21.6768 12.7727C21.6768 10.8139 20.0314 9.22727 18 9.22727ZM18 17.2045C15.5458 17.2045 10.6465 18.3923 10.6465 20.75V23.4091H25.3535V20.75C25.3535 18.3923 20.4542 17.2045 18 17.2045Z"/>
39        </vector>
40    </item>
41</layer-list>