mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-13 10:31:03 +01:00
11 lines
483 B
XML
11 lines
483 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<ListPreference
|
||
|
android:icon="@drawable/ic_quit"
|
||
|
android:defaultValue="0"
|
||
|
android:entries="@array/power_mode"
|
||
|
android:entryValues="@array/power_mode_values"
|
||
|
android:key="power_mode"
|
||
|
android:summary="%s"
|
||
|
android:title="@string/power_mode_title" />
|
||
|
</androidx.preference.PreferenceScreen>
|