jasonwshsu | cad5436 | 2021-04-20 11:54:25 +0800 | [diff] [blame] | 1 | <!-- |
| 2 | Copyright 2021 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 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 |
| 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="#ffffff" |
| 32 | android:pathData="M7,18h2L9,6L7,6v12zM11,22h2L13,2h-2v20zM3,14h2v-4L3,10v4zM15,18h2L17,6h-2v12zM19,10v4h2v-4h-2z"/> |
| 33 | </vector> |
| 34 | </item> |
| 35 | </layer-list> |