Skip to content

Commit

Permalink
Remove unused resources
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuwu committed Aug 31, 2024
1 parent dd1d471 commit d7373dd
Show file tree
Hide file tree
Showing 23 changed files with 1 addition and 91 deletions.
5 changes: 0 additions & 5 deletions app/src/main/res/drawable/currency_exchange.xml

This file was deleted.

5 changes: 0 additions & 5 deletions app/src/main/res/drawable/ic_delete_outline.xml

This file was deleted.

13 changes: 0 additions & 13 deletions app/src/main/res/drawable/ic_duplicate.xml

This file was deleted.

5 changes: 0 additions & 5 deletions app/src/main/res/drawable/ic_list.xml

This file was deleted.

5 changes: 0 additions & 5 deletions app/src/main/res/drawable/ic_list_alt.xml

This file was deleted.

5 changes: 0 additions & 5 deletions app/src/main/res/drawable/ic_question_mark.xml

This file was deleted.

13 changes: 0 additions & 13 deletions app/src/main/res/drawable/ic_refresh.xml

This file was deleted.

5 changes: 0 additions & 5 deletions app/src/main/res/drawable/ic_settings.xml

This file was deleted.

13 changes: 0 additions & 13 deletions app/src/main/res/drawable/ic_sort.xml

This file was deleted.

5 changes: 0 additions & 5 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

This file was deleted.

This file was deleted.

Binary file removed app/src/main/res/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
Binary file removed app/src/main/res/mipmap-mdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xhdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
8 changes: 1 addition & 7 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="purple_200">#FFBB86FC</color>
<color name="purple_500">#FF6200EE</color>
<color name="purple_700">#FF3700B3</color>
<color name="teal_200">#FF03DAC5</color>
<color name="teal_700">#FF018786</color>
<color name="black">#FF000000</color>
<color name="white">#FFFFFFFF</color>
</resources>
</resources>
5 changes: 0 additions & 5 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
<string name="info_dialog_market_capitalization_description">The total market value of a cryptocurrency\'s circulating supply.\n\nIt is analogous to the free-float capitalization in the stock market.\n\nCap = Current Price x Circulating Supply.</string>
<string name="info_dialog_value_of_circulating_description">Currency in circulation refers to the amount of cash–in the form of paper notes or coins–within a country that is physically used to conduct transactions between consumers and businesses.</string>

<string name="crash_dialog_description">Sorry, the application crashed. Please send a report to the developers.</string>
<string name="crash_dialog_title">Crash</string>
<string name="crash_dialog_comment">You can add a comment here:</string>

<string name="bottom_nav_portfolio">Portfolios</string>
<string name="bottom_nav_alerts">Alerts</string>
<string name="bottom_nav_quick">Quick</string>
Expand Down Expand Up @@ -67,7 +63,6 @@
<string name="crash_reports">Crash reports</string>
<string name="all_currencies">All currencies</string>

<string name="ok">OK</string>
<string name="oops_something_went_wrong">Oops! Something went wrong</string>


Expand Down

0 comments on commit d7373dd

Please sign in to comment.