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

Commit 09e9dd26 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix system icon widths

Bug: 18015847
Change-Id: I2556f7f12d3006bdbb939e8daa8c77bca0f69980
parent ee2c2066
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
    android:insetLeft="2.5dp"
    android:insetRight="2.5dp">
    <vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="22dp"
        android:width="17dp"
        android:height="17dp"
        android:viewportWidth="24.0"
        android:viewportHeight="24.0">
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Copyright (C) 2014 The Android Open Source Project
<inset xmlns:android="http://schemas.android.com/apk/res/android"
    android:insetLeft="2.5dp"
    android:insetRight="2.5dp">
    <vector android:width="22dp"
    <vector android:width="17dp"
            android:height="17dp"
            android:viewportWidth="48.0"
            android:viewportHeight="48.0">
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
    android:insetLeft="1.5dp"
    android:insetRight="1.5dp">
        <vector
            android:width="20dp"
            android:width="17dp"
            android:height="17dp"
            android:viewportWidth="48.0"
            android:viewportHeight="48.0">
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Copyright (C) 2014 The Android Open Source Project
<inset xmlns:android="http://schemas.android.com/apk/res/android"
    android:insetLeft="3dp"
    android:insetRight="3dp">
    <vector android:width="24dp"
    <vector android:width="18dp"
            android:height="18dp"
            android:viewportWidth="24.0"
            android:viewportHeight="24.0">
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Copyright (C) 2014 The Android Open Source Project
<inset xmlns:android="http://schemas.android.com/apk/res/android"
    android:insetLeft="2.5dp"
    android:insetRight="2.5dp">
    <vector android:width="23dp"
    <vector android:width="18dp"
            android:height="18dp"
            android:viewportWidth="24.0"
            android:viewportHeight="24.0">
Loading