mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-12 04:59:27 +01:00
12 lines
518 B
XML
12 lines
518 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<ListPreference
|
|
android:defaultValue="buttons_on_right"
|
|
android:entries="@array/weardirection"
|
|
android:entryValues="@array/weardirection_values"
|
|
android:icon="@drawable/ic_switch_left"
|
|
android:key="weardirection"
|
|
android:summary="%s"
|
|
android:title="@string/prefs_weardirection" />
|
|
</androidx.preference.PreferenceScreen>
|