- Add new icon for battery low state - Update UsageProgressBarPref icon when charging or low battery Screenshots: https://screenshot.googleplex.com/9HBvV6t6dVsG8eD.png https://screenshot.googleplex.com/6TsRu6BTN338FvT.png https://screenshot.googleplex.com/nGE29cfsmgKuuaP.png https://screenshot.googleplex.com/85NWXSg2PevXAsy.png Bug: 179237746 Test: make RunSettingsRoboTests -j40 Change-Id: I057874bbf45594c90466cf346b054bf033815dac
29 lines
1.0 KiB
XML
29 lines
1.0 KiB
XML
<!--
|
|
Copyright (C) 2021 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">
|
|
<path
|
|
android:fillColor="?android:attr/colorAccent"
|
|
android:pathData="M12,19m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0"/>
|
|
<path
|
|
android:fillColor="?android:attr/colorAccent"
|
|
android:pathData="M10,3h4v12h-4z"/>
|
|
</vector>
|