mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-13 18:41:14 +01:00
16 lines
659 B
XML
16 lines
659 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||
|
|
||
|
<SwitchPreference
|
||
|
android:defaultValue="false"
|
||
|
android:key="force_white_color_scheme"
|
||
|
android:summary="@string/pref_summary_force_white_color_scheme"
|
||
|
android:title="@string/pref_title_force_white_color_scheme" />
|
||
|
<SwitchPreference
|
||
|
android:defaultValue="false"
|
||
|
android:key="widget_draw_circles"
|
||
|
android:title="@string/pref_qhybrid_title_widget_draw_circles" />
|
||
|
|
||
|
</androidx.preference.PreferenceScreen>
|