For #23121 - Replace @drawble/ic_storage_enabled with @drawable/mozac_ic_storage

upstream-sync
Gabriel Luong 2 years ago committed by mergify[bot]
parent 9069b57c24
commit 930c7bf3b3

@ -2,6 +2,6 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/enabled" android:drawable="@drawable/ic_storage_enabled" android:state_enabled="true" />
<item android:id="@+id/enabled" android:drawable="@drawable/mozac_ic_storage" android:state_enabled="true" />
<item android:id="@+id/disabled" android:drawable="@drawable/ic_storage_disabled" />
</selector>

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:autoMirrored="true">
<path
android:fillColor="?primaryText"
android:pathData="M7.2 11H6.3L6 11.3v0.9l0.3 0.3h0.9l0.3-0.3v-0.9L7.2 11z" />
<path
android:fillColor="?primaryText"
android:pathData="M19.7 7.5l0.8 0.8v6.4l-0.8 0.8H4.3l-0.8-0.8V8.3l0.8-0.8h15.4zM19.5 6h-15A2.5 2.5 0 0 0 2 8.5v6A2.5 2.5 0 0 0 4.5 17h15a2.5 2.5 0 0 0 2.5-2.5v-6A2.5 2.5 0 0 0 19.5 6z" />
</vector>
Loading…
Cancel
Save