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: 59ad3d4a69f96a7f997656824df4cc800e755bc5 (plain)
1
2
3
4
5
6
7
8
9
10
<?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" />

</PreferenceScreen>