Bug: 31002801 Test: make RunSettingsRoboTests Also tested manually in app. Change-Id: I7496d9910657600c381202c0f3f78315e2de42ad
33 lines
1.4 KiB
XML
33 lines
1.4 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.0"
|
|
android:viewportHeight="24.0">
|
|
<path
|
|
android:pathData="M0,0l24,0l0,24l-24,0z"
|
|
android:strokeColor="#000000"
|
|
android:fillColor="#00000000"
|
|
android:strokeWidth="1.33333335e-11"
|
|
android:strokeAlpha="0.00784313771"/>
|
|
<path
|
|
android:pathData="M18,8C18,4.69 15.31,2 12,2C8.69,2 6,4.69 6,8C6,12.5 12,19 12,19C12,19 18,12.5 18,8ZM10,8C10,6.9 10.9,6 12,6C13.1,6 14,6.9 14,8C14,9.1 13.11,10 12,10C10.9,10 10,9.1 10,8ZM5,20L5,22L19,22L19,20L5,20Z"
|
|
android:strokeColor="#00000000"
|
|
android:fillColor="#4A90E2"
|
|
android:strokeWidth="1"/>
|
|
</vector>
|