1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-23 13:30:48 +02:00
Gadgetbridge/app/src/main/res/xml/devicesettings_workmode.xml
2024-01-07 23:18:08 +01:00

14 lines
488 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<ListPreference
android:defaultValue="auto"
android:icon="@drawable/ic_switch_left"
android:entries="@array/workmode"
android:entryValues="@array/workmode_values"
android:key="workmode"
android:summary="%s"
android:title="@string/prefs_workmode" />
</androidx.preference.PreferenceScreen>