• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3    Copyright (C) 2024 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<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
18    <item>
19        <com.android.settingslib.widget.AdaptiveIconShapeDrawable
20            android:width="@dimen/accessibility_icon_size"
21            android:height="@dimen/accessibility_icon_size"
22            android:color="@color/accessibility_feature_background"/>
23    </item>
24    <item android:gravity="center">
25        <vector xmlns:android="http://schemas.android.com/apk/res/android"
26            android:width="@dimen/accessibility_icon_foreground_size"
27            android:height="@dimen/accessibility_icon_foreground_size"
28            android:viewportWidth="24"
29            android:viewportHeight="24">
30            <path
31                android:fillColor="@android:color/white"
32                android:pathData="M2 15V13H5V15H2ZM6.35 9.75L4.225 7.625L5.625 6.225L7.75 8.35L6.35 9.75ZM7 18V15H17V18H7ZM11 7V4H13V7H11ZM17.65 9.775L16.25 8.35L18.375 6.225L19.775 7.65L17.65 9.775ZM19 15V13H22V15H19Z"/>
33        </vector>
34    </item>
35</layer-list>