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

10 lines
398 B
XML

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