2020-03-12 13:48:25 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
2023-10-06 22:06:35 +02:00
|
|
|
<SwitchPreferenceCompat
|
2021-07-06 09:24:12 +02:00
|
|
|
android:icon="@drawable/ic_devices_other"
|
2020-03-12 13:48:25 +01:00
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="use_custom_deviceicon"
|
2024-03-31 00:31:23 +01:00
|
|
|
android:layout="@layout/preference_checkbox"
|
2020-03-12 13:48:25 +01:00
|
|
|
android:summary="@string/pref_summary_custom_deviceicon"
|
|
|
|
android:title="@string/pref_title_custom_deviceicon" />
|
|
|
|
</androidx.preference.PreferenceScreen>
|