Welcome to mirror list, hosted at ThFree Co, Russian Federation.

settings.xml « xml « res « main « src « app - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98a7220fab5d05da3a7ac357d0db326a2752eac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">

    <SwitchPreference
        android:defaultValue="@string/pref_value_wifi_and_mobile"
        android:icon="@drawable/ic_sync_grey600_24dp"
        android:key="@string/pref_key_wifi_only"
        android:title="@string/pref_value_wifi_only" />

    <SwitchPreference
        android:defaultValue="@string/pref_value_theme_light"
        android:icon="@drawable/ic_brightness_2_grey600_24dp"
        android:key="@string/pref_key_dark_theme"
        android:title="@string/settings_theme_title" />

</PreferenceScreen>