mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-13 02:21:14 +01:00
7dab1cb0f7
Add missing files
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> |