LibreTube/app/src/main/res/xml/settings.xml

14 lines
535 B
XML
Raw Normal View History

2022-02-08 14:58:50 +05:30
<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<androidx.preference.SwitchPreferenceCompat
app:key="notifications"
app:title="Enable message notifications"/>
<androidx.preference.Preference
app:key="feedback"
app:title="Send feedback"
app:summary="Report technical issues or suggest new features"/>
</androidx.preference.PreferenceScreen>