Bug: 36847800 Test: make RunSettingsRoboTests Also tested manually in app. Change-Id: I5b7c043ed6af4c5a888710b582e8e69c6e3974c3
31 lines
1.2 KiB
XML
31 lines
1.2 KiB
XML
<!--
|
|
Copyright (C) 2017 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.
|
|
-->
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24"
|
|
android:tint="?android:attr/colorControlNormal">
|
|
|
|
<path
|
|
android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" />
|
|
<path
|
|
android:fillColor="#000000"
|
|
android:pathData="M12,2 C8.13400675,2 5,5.13400675 5,9 C5,14.25 12,22 12,22 C12,22 19,14.25 19,9
|
|
C19,5.13400675 15.8659932,2 12,2 L12,2 Z M8.2,9.66 L9.61,8.24 L11,9.66
|
|
L15.24,5.42 L16.65,6.83 L11,12.49 L8.2,9.66 Z" />
|
|
</vector>
|