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

Commit ba12db43 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update themed icons." into qt-r1-dev

parents 23ee4f93 903091fc
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