mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-14 14:09:28 +01:00
10 lines
415 B
XML
10 lines
415 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_notifications"
|
||
|
android:key="pref_screen_notifications"
|
||
|
android:persistent="false"
|
||
|
android:title="@string/pref_header_notifications">
|
||
|
</PreferenceScreen>
|
||
|
</androidx.preference.PreferenceScreen>
|