diff options
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/preference.xml | 2 |
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> |