1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-15 01:20:16 +02:00
Gadgetbridge/app/src/main/res/xml/devicesettings_root_health.xml
2024-04-02 18:53:15 +02:00

10 lines
394 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_health"
android:key="pref_screen_health"
android:persistent="false"
android:title="@string/pref_header_health">
</PreferenceScreen>
</androidx.preference.PreferenceScreen>