Bug: 31002801 Test: make RunSettingsRoboTests Also tested manually in app. Change-Id: I7496d9910657600c381202c0f3f78315e2de42ad
33 lines
1.3 KiB
XML
33 lines
1.3 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="M12,1L3,5L3,11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11L21,5L12,1Z"
|
|
android:strokeColor="#00000000"
|
|
android:fillColor="#4A90E2"
|
|
android:strokeWidth="1"/>
|
|
</vector>
|