Skip to content

Commit

Permalink
chore(example): remove unused resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Feb 15, 2024
1 parent 154d06b commit b3bd3c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions example/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="primary_orange">#FA5B30</color>
<color name="secondary_orange">#FFB39E</color>
<color name="light_blue">#D9E1EC</color>
<color name="dark_blue">#414F6E</color>
<color name="black">#0B0F17</color>
<color name="white">#FFFFFF</color>
<color name="transparent_white">#66FFFFFF</color>
</resources>
1 change: 0 additions & 1 deletion example/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<string name="stop">Stop</string>
<string name="endpoint">Endpoint</string>
<string name="error">Error</string>
<string name="authentication_failed">Authentication failed</string>
<string name="disconnection">You have been disconnected</string>

<!-- Strings used for preferences -->
Expand Down

0 comments on commit b3bd3c9

Please sign in to comment.