summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/preferences.xml')
-rw-r--r--app/src/main/res/xml/preferences.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index ef7b9357f..8cd1b8be0 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -13,7 +13,7 @@
android:key="prefScreenInterface"
android:title="@string/user_interface_label"
android:summary="@string/user_interface_sum"
- android:icon="?attr/ic_cellphone_text" />
+ android:icon="?attr/ic_appearance" />
<Preference
android:key="prefScreenPlayback"
@@ -25,7 +25,7 @@
android:key="prefScreenNetwork"
android:title="@string/network_pref"
android:summary="@string/network_pref_sum"
- android:icon="?attr/ic_swap" />
+ android:icon="?attr/ic_network" />
<Preference
android:key="prefScreenIntegrations"