Files
Gadgetbridge/app/src/main/res/xml/devicesettings_headphones_low_latency.xml
T

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>