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

Commit ba83def6 authored by Arian's avatar Arian Committed by Bruno Martins
Browse files

SystemUI: fix size of icon of vibrate ringer mode



Vibrate ringer mode icon uses 19dp height and width while
all other ringer modes use 24dp. This leads to inconsistent
and ugly vibrate icon in volume panel.

Change-Id: I8733aef4e9a68fe994815e5c8d92afe60f48f704
Signed-off-by: default avatarJesse Chan <jc@lineageos.org>
parent 91648cac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@
     limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:height="19dp"
    android:width="19dp"
    android:height="24dp"
    android:width="24dp"
    android:viewportHeight="24.0"
    android:viewportWidth="24.0">

+2 −2
Original line number Diff line number Diff line
@@ -15,10 +15,10 @@
   limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:height="19dp"
    android:height="24dp"
    android:viewportHeight="24"
    android:viewportWidth="24"
    android:width="19dp" >
    android:width="24dp" >
    <path
        android:fillColor="@android:color/white"
        android:pathData="M9,4C7.9,4,7,4.9,7,6v12c0,1.1,0.9,2,2,2h6c1.1,0,2-0.9,2-2V6c0-1.1-0.9-2-2-2H9z M15.5,6v12c0,0.28-0.22,0.5-0.5,0.5H9 c-0.28,0-0.5-0.22-0.5-0.5V6c0-0.28,0.22-0.5,0.5-0.5h6C15.28,5.5,15.5,5.72,15.5,6z" />
+2 −2
Original line number Diff line number Diff line
@@ -15,10 +15,10 @@
   limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:height="19dp"
    android:height="24dp"
    android:viewportHeight="24"
    android:viewportWidth="24"
    android:width="19dp" >
    android:width="24dp" >
    <path
        android:fillColor="@android:color/white"
        android:pathData="M19,7c-0.55,0-1,0.45-1,1v8c0,0.55,0.45,1,1,1s1-0.45,1-1V8C20,7.45,19.55,7,19,7z" />
+2 −2
Original line number Diff line number Diff line
@@ -15,10 +15,10 @@
   limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:height="19dp"
    android:height="24dp"
    android:viewportHeight="24"
    android:viewportWidth="24"
    android:width="19dp" >
    android:width="24dp" >
    <path
        android:fillColor="@android:color/white"
        android:pathData="M9,4C7.9,4,7,4.9,7,6v12c0,1.1,0.9,2,2,2h6c1.1,0,2-0.9,2-2V6c0-1.1-0.9-2-2-2H9z M15.5,6v12c0,0.28-0.22,0.5-0.5,0.5H9 c-0.28,0-0.5-0.22-0.5-0.5V6c0-0.28,0.22-0.5,0.5-0.5h6C15.28,5.5,15.5,5.72,15.5,6z" />