Gadgetbridge/app/src/main/res/xml/devicesettings_root_sound.xml

10 lines
395 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceScreen
android:icon="@drawable/ic_volume_up"
android:key="pref_screen_sound"
android:persistent="false"
android:title="@string/pref_header_sound">
</PreferenceScreen>
</androidx.preference.PreferenceScreen>