mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-13 18:41:14 +01:00
10 lines
463 B
XML
10 lines
463 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<SwitchPreference
|
||
|
android:defaultValue="false"
|
||
|
android:icon="@drawable/ic_star_gray"
|
||
|
android:key="fitness_goal_notification"
|
||
|
android:summary="@string/mi2_prefs_goal_notification_summary"
|
||
|
android:title="@string/mi2_prefs_goal_notification" />
|
||
|
</androidx.preference.PreferenceScreen>
|