mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
11 lines
513 B
XML
11 lines
513 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<SwitchPreferenceCompat
|
|
android:defaultValue="false"
|
|
android:icon="@drawable/ic_videogame"
|
|
android:key="pref_headphones_low_latency"
|
|
android:layout="@layout/preference_checkbox"
|
|
android:summary="@string/earfun_low_latency_mode_hint"
|
|
android:title="@string/earfun_low_latency_mode" />
|
|
</androidx.preference.PreferenceScreen>
|