Skip to content

Commit 444d4f4

Browse files
refactor: clean up unused resources
1 parent e0ddced commit 444d4f4

6 files changed

Lines changed: 2 additions & 71 deletions

File tree

app/src/main/res/drawable-v24/ic_launcher_foreground.xml

Lines changed: 0 additions & 30 deletions
This file was deleted.

app/src/main/res/drawable/ic_bitcoin_logo.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/src/main/res/drawable/ic_testnet_logo.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/src/main/res/drawable/launch_screen.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

app/src/main/res/values/colors.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<color name="primary_dark">#203b46</color>
3+
<color name="surface">#1C1B1F</color>
4+
<color name="on_surface">#E6E1E5</color>
45
</resources>

0 commit comments

Comments
 (0)