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

Commit 903091fc authored by Amin Shaikh's avatar Amin Shaikh
Browse files

Update themed icons.

- Ensure underlying icons and overlayed icons match in size, tint and
autoMirrored
- Add a couple missing Settings icons
- Change perm_group_* icons to use colorControlNormal

Fixes: 132997623
Fixes: 131346125
Test: make; change overlays
Change-Id: I65170eb7671c425bd2c39cd2f1341f641fa810e3
parent f9eb1266
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@ Copyright (C) 2014 The Android Open Source Project
    limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="32.0dp"
        android:height="32.0dp"
        android:width="24dp"
        android:height="24dp"
        android:viewportWidth="48.0"
        android:viewportHeight="48.0"
        android:tint="?attr/colorControlNormal">
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@ Copyright (C) 2014 The Android Open Source Project
    limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="32.0dp"
        android:height="32.0dp"
        android:width="24dp"
        android:height="24dp"
        android:viewportWidth="48.0"
        android:viewportHeight="48.0"
        android:tint="?attr/colorControlNormal">
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="@android:color/accent_device_default_light">
    android:tint="@*android:color/accent_device_default_light">

    <path
        android:fillColor="@android:color/white"
+2 −2
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@ Copyright (C) 2018 The Android Open Source Project
    limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="48dp"
        android:height="48dp"
        android:width="24dp"
        android:height="24dp"
        android:tint="@*android:color/accent_device_default_light"
        android:viewportWidth="24"
        android:viewportHeight="24">
+2 −1
Original line number Diff line number Diff line
@@ -16,9 +16,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:tint="@*android:color/material_grey_600"
    android:viewportWidth="24"
    android:viewportHeight="24">
  <path
      android:pathData="M16,1L4,1c-1.1,0 -2,0.9 -2,2v14h2L4,3h12L16,1zM15,5l6,6v10c0,1.1 -0.9,2 -2,2L7.99,23C6.89,23 6,22.1 6,21l0.01,-14c0,-1.1 0.89,-2 1.99,-2h7zM14,12h5.5L14,6.5L14,12z"
      android:fillColor="#FF737373"/>
      android:fillColor="@android:color/white"/>
</vector>
Loading