mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-16 07:10:29 +05:30
14 lines
535 B
XML
14 lines
535 B
XML
|
<?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>
|