forked from sk22/megalodon
-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(compose): remove unnecessary drawables
- Loading branch information
1 parent
4aee673
commit 18857e6
Showing
8 changed files
with
4 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
mastodon/src/main/res/drawable/ic_fluent_drafts_24_filled_enabled.xml
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
mastodon/src/main/res/drawable/ic_fluent_drafts_24_selector.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@drawable/ic_fluent_drafts_24_filled_enabled" android:state_enabled="true"/> | ||
<item android:drawable="@drawable/ic_fluent_drafts_24_filled" android:state_enabled="true"/> | ||
<item android:drawable="@drawable/ic_fluent_drafts_24_regular"/> | ||
</selector> |
9 changes: 0 additions & 9 deletions
9
mastodon/src/main/res/drawable/ic_fluent_save_24_filled_enabled.xml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@drawable/ic_fluent_save_24_filled_enabled" android:state_enabled="true"/> | ||
<item android:drawable="@drawable/ic_fluent_save_24_filled" android:state_enabled="true"/> | ||
<item android:drawable="@drawable/ic_fluent_save_24_regular"/> | ||
</selector> |
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
mastodon/src/main/res/drawable/ic_fluent_send_24_selector.xml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters