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

Commit 9016d8fa authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Fix system icon widths" into lmp-mr1-dev

parents 312c1e79 09e9dd26
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