Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d75626b authored by Yuri Lin's avatar Yuri Lin Committed by Matías Hernández
Browse files

Add main icon for priority modes

Bug: 353700470
Test: manual
Flag: android.app.modes_ui
Change-Id: I1315459bb6b8586847298b923b7e997521fd1a02
parent d5270898
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
<!--
Copyright (C) 2024 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="960"
    android:viewportHeight="960"
    android:tint="?android:attr/colorControlNormal">
  <path
      android:pathData="M160,480v-80h320v80L160,480ZM480,880q-80,0 -153.5,-29.5T196,764l56,-56q47,44 106,68t122,24q133,0 226.5,-93.5T800,480q0,-133 -93.5,-226.5T480,160v-80q83,0 155.5,31.5t127,86q54.5,54.5 86,127T880,480q0,82 -31.5,155t-86,127.5q-54.5,54.5 -127,86T480,880Z"
      android:fillColor="@android:color/white"/>
</vector>
+1 −0
Original line number Diff line number Diff line
@@ -5566,6 +5566,7 @@
  <java-symbol type="string"  name="recs_notification_channel_label"/>

  <!-- Priority Modes icons -->
  <java-symbol type="drawable" name="ic_zen_priority_modes" />
  <java-symbol type="drawable" name="ic_zen_mode_type_bedtime" />
  <java-symbol type="drawable" name="ic_zen_mode_type_driving" />
  <java-symbol type="drawable" name="ic_zen_mode_type_immersive" />