diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-06-03 16:15:30 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-06-03 16:15:30 +0200 |
commit | 10ca2c86814a0719f15fce4bf6fc22707f22bb49 (patch) | |
tree | 5c0ca259cc3c3f241aebdccaefcd7cc37491cd4e /app/src/main/res/xml | |
parent | fd63e496e552ac70ce6d9652457e16f2f87f3b46 (diff) |
Preferences: don't use round icon
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 589e9df8..c864ecfd 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> - <com.wireguard.android.preference.VersionPreference android:icon="@mipmap/ic_launcher_round" /> + <com.wireguard.android.preference.VersionPreference android:icon="@mipmap/ic_launcher" /> <CheckBoxPreference android:defaultValue="false" android:key="restore_on_boot" |