mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-12 21:19:25 +01:00
14 lines
488 B
XML
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>
|