2019-08-27 11:13:45 +02: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
|
2019-08-27 11:13:45 +02:00
|
|
|
android:defaultValue="false"
|
2020-08-16 21:49:55 +02:00
|
|
|
android:icon="@drawable/ic_settings_remote"
|
2019-08-27 11:13:45 +02:00
|
|
|
android:key="expose_hr_thirdparty"
|
2024-03-31 00:31:23 +01:00
|
|
|
android:layout="@layout/preference_checkbox"
|
2019-08-27 11:13:45 +02:00
|
|
|
android:summary="@string/pref_summary_expose_hr"
|
|
|
|
android:title="@string/pref_title_expose_hr" />
|
|
|
|
</androidx.preference.PreferenceScreen>
|