1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-01-25 09:07:33 +01:00
Gadgetbridge/app/src/main/res/xml/devicesettings_widgets.xml

8 lines
324 B
XML
Raw Normal View History

2023-12-11 22:00:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<Preference
android:icon="@drawable/ic_widgets"
android:key="pref_widgets"
android:title="@string/menuitem_widgets" />
</androidx.preference.PreferenceScreen>