Skip to content

Commit

Permalink
Remove unused resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Spikeysanju committed Feb 3, 2021
1 parent 14bebd4 commit 6fff7c3
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/error_dialog_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
android:layout_width="match_parent"
android:layout_height="@dimen/dimen_48"
android:layout_margin="@dimen/dimen_16"
android:text="@string/text_ok"
android:text="@android:string/ok"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down
5 changes: 0 additions & 5 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

This file was deleted.

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

This file was deleted.

Binary file removed app/src/main/res/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-hdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-mdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<resources>
<string name="app_name">Expenso</string>
<string name="hello_blank_fragment">Hello blank fragment</string>
<string name="text_save_transaction">Save Transaction</string>
<string name="text_ui_mode">UI Mode</string>
<string name="text_total_income">Total Income</string>
Expand Down Expand Up @@ -30,14 +29,12 @@
<string name="text_about_visit_url"><u>https://github.com/Spikeysanju/Expenso</u></string>
<string name="text_app_version">v%s (%d)</string>
<string name="text_share_as_text">Share as Text</string>
<string name="text_share_as_pdf">Share as PDF</string>
<string name="text_share_as_image">Share as Image</string>
<string name="text_delete">Delete</string>
<string name="text_share">Share</string>

<!-- share transaction -->
<string name="share_message">\%s \nAmount: %s, \nTransaction-Type: %s, \nTag: %s, \nDate: %s, \nNote: %s, \nCreatedAt: %s \n\nVisit: https://github.com/Spikeysanju/Expenso</string>
<string name="text_ok">Ok</string>
<string name="text_transaction_empty_title">No Transaction Yet!</string>
<string name="text_transaction_empty_desc">After your first transaction you will be able to view it here</string>

Expand Down

0 comments on commit 6fff7c3

Please sign in to comment.