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

Commit 09138e47 authored by Amin Shaikh's avatar Amin Shaikh Committed by android-build-merger
Browse files

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

am: ba12db43

Change-Id: I7e704a74477fe52aa291d4abaa1a13a3ce06ee3e
parents 43e86930 ba12db43
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