Skip to content

Commit

Permalink
For mozilla-mobile#23121 - Replace @drawble/ic_storage_enabled with @…
Browse files Browse the repository at this point in the history
…drawable/mozac_ic_storage
  • Loading branch information
gabrielluong authored and pkirakosyan committed Mar 9, 2022
1 parent 3a54ecd commit 8e4507c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/ic_storage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
18 changes: 0 additions & 18 deletions app/src/main/res/drawable/ic_storage_enabled.xml

This file was deleted.

0 comments on commit 8e4507c

Please sign in to comment.