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

Commit 769660d7 authored by Michael Mikhail's avatar Michael Mikhail
Browse files

Add new icon for media settings

Flag: com.android.systemui.media_controls_ui_update
Fixes: 403228213
Test: Checked UI.
Change-Id: I712520fa2ab399a43d245e4f878b0e47dfd6b7c0
parent 2de02125
Loading
Loading
Loading
Loading
+26 −0
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?><!--
  ~ Copyright (C) 2025 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"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
    android:width="24dp"
    android:height="24dp"
    android:tint="?attr/colorControlNormal"
    android:viewportHeight="960"
    android:viewportWidth="960">
    <path
        android:fillColor="@androidprv:color/materialColorOnSurface"
        android:pathData="M370,880L354,752Q341,747 329.5,740Q318,733 307,725L188,775L78,585L181,507Q180,500 180,493.5Q180,487 180,480Q180,473 180,466.5Q180,460 181,453L78,375L188,185L307,235Q318,227 330,220Q342,213 354,208L370,80L590,80L606,208Q619,213 630.5,220Q642,227 653,235L772,185L882,375L779,453Q780,460 780,466.5Q780,473 780,480Q780,487 780,493.5Q780,500 778,507L881,585L771,775L653,725Q642,733 630,740Q618,747 606,752L590,880L370,880ZM482,620Q540,620 581,579Q622,538 622,480Q622,422 581,381Q540,340 482,340Q423,340 382.5,381Q342,422 342,480Q342,538 382.5,579Q423,620 482,620Z" />
</vector>
 No newline at end of file
+1 −1
Original line number Original line Diff line number Diff line
@@ -40,7 +40,7 @@
        android:paddingEnd="30dp"
        android:paddingEnd="30dp"
        android:paddingBottom="20dp"
        android:paddingBottom="20dp"
        android:paddingTop="20dp"
        android:paddingTop="20dp"
        android:src="@drawable/ic_settings"
        android:src="@drawable/ic_media_settings"
        android:tint="@androidprv:color/materialColorOnSurface" />
        android:tint="@androidprv:color/materialColorOnSurface" />


</FrameLayout>
</FrameLayout>