aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-07-14 16:23:39 +0530
committerGitHub <noreply@github.com>2020-07-14 16:23:39 +0530
commit1d7ec5ba6f230fa23e33426f5eecf801e2ab5d26 (patch)
tree7b721080359bb196dfd243aff2a264fc4c7a3156 /app/src/main/res/xml
parent681c557e9ef174543c290aff4346a52326ba3950 (diff)
Add debug icon and update color palette (#931)
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preference.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml
index 0d71d6cc..3c39bfad 100644
--- a/app/src/main/res/xml/preference.xml
+++ b/app/src/main/res/xml/preference.xml
@@ -190,7 +190,7 @@
<PreferenceCategory>
<Preference
- app:icon="@mipmap/ic_launcher_round"
+ app:icon="@mipmap/ic_launcher"
app:key="app_version"
app:title="@string/prefs_version" />
</PreferenceCategory>